Commit Graph
1391 Commits
Author SHA1 Message Date
Franck NijhofandGitHub 0db6a0b248 Remove deprecated Bosch BME680 Environmental Sensor integration (#67273) 2022-02-28 13:29:13 +01:00
Franck NijhofandGitHub e4903f9a13 Remove deprecated HTU21D(F) Sensor integration (#67279) 2022-02-27 15:35:39 +01:00
Franck NijhofandGitHub fbfdabe4fc Remove deprecated Raspberry Pi RF integration (#67283) 2022-02-26 13:26:41 -08:00
Franck NijhofandGitHub dd927adba9 Remove deprecated Blinkt! integration (#67165) 2022-02-24 19:26:32 +02:00
Franck NijhofandGitHub 43b847220e Bump version to 2022.4.0dev0 (#67132) 2022-02-23 22:12:37 +01:00
Marc MuellerandGitHub 8eb7507482 Cleanup after setup.py removal (#67036) 2022-02-22 14:32:55 +01:00
Franck NijhofandGitHub 0042fd5199 Fix nightly builder (#67022) 2022-02-22 11:27:38 +01:00
Marc MuellerandGitHub 728dfa2581 Don't run pytest CI jobs on push to forks (#66870) 2022-02-19 15:18:40 +01:00
Marc MuellerandGitHub cb1efa54bb Add workflow_dispatch ci trigger (#66697) 2022-02-18 11:54:44 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2b807bd07d Bump docker/login-action from 1.12.0 to 1.13.0 (#66788)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 09:53:38 +01:00
Franck NijhofandGitHub 276fd4f42c Add Python 3.10 to CI (#59729) 2022-02-17 14:58:24 +01:00
Pascal VizeliandGitHub 389653dc01 Add a asset name for CAS / official_image (#66276) 2022-02-15 11:19:28 +01:00
Franck NijhofandGitHub da3024e162 Upgrade to newer Python pip>=21.0 (#59769) 2022-02-07 15:12:04 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f5bdbb7727 Bump actions/setup-python from 2.3.1 to 2.3.2 (#65974)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 08:50:27 +01:00
Marc MuellerandGitHub 633aad3a60 Cycle pip wheel cache on dev version bump [CI] (#65791) 2022-02-07 00:25:22 +01:00
Franck NijhofandGitHub b9d7d0cae2 Add diagnostics to issue form (#65715) 2022-02-05 02:34:46 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f82183f0e3 Bump home-assistant/builder from 2021.12.0 to 2022.01.0 (#65284)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 09:18:35 +01:00
Marc MuellerandGitHub 783e26e8e4 Use isolated build environments (#65145) 2022-01-28 14:09:05 -08:00
Franck NijhofandGitHub d56ab16556 Update home-assistant/wheels to 2021.01.2 (#64958) 2022-01-26 10:08:59 +01:00
Allen PorterandGitHub 2ba8f0f4cb Bump home-assistant/wheels to 2021.01 to pick up grpc changes (#64917) 2022-01-25 19:32:03 +01:00
bb671830a6 Run scheduled workflows only in the home-assistant organization (#64085)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-01-20 12:54:54 +01:00
Marc MuellerandGitHub d84beefd4e CI: Add job for pip check (#64058) 2022-01-17 14:06:30 +01:00
Marc MuellerandGitHub 2178130fba CI: Print python version (#63968) 2022-01-12 13:52:39 +01:00
Franck NijhofandGitHub c71e2b1d5b Update wheels builder to 2022.01.0 (#63882) 2022-01-11 12:21:40 +01:00
Franck NijhofandGitHub cb66685174 Drop Python 3.8 support (#63883) 2022-01-11 12:00:53 +01:00
56692b5a2a Fail CI when package init file is missing in component tests (#63589)
* Fail CI when package init file is missing in component

* Warning -> error

* Force bash

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-01-07 15:30:45 +01:00
Allen PorterandGitHub 5edc17a358 Add link flags for grpc armv7 wheels (attempt #2) (#63521) 2022-01-06 15:36:49 +01:00
Allen PorterandGitHub 274c9c079e Revert "Add link flags for grpc armv7 wheels" (#63518) 2022-01-05 22:52:26 +01:00
Marc MuellerandGitHub 6873b02858 Add timeouts to CI jobs (#63491) 2022-01-05 18:53:47 +01:00
Allen PorterandGitHub 09456925e9 Add link flags for grpc armv7 wheels (#62779)
* Add -lexecinfo for grpc armv7 wheel building

Add missing flags so that we can link grpc armv7 builds. This is needed because
home assistant wheel building installs libexecinfo which grpc recognizes
and uses for `backtrace`. This is normally provided by the standard library but
is not provided by alpine / musl.

This allows building a grpc 1.43.0 wheel on alpine 3.14 armv7 with python 3.9

* Fix quoting error in workflow wheels
2022-01-05 08:47:17 -08:00
05834029a5 Make review link exclude PRs with failing tests (#63373)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-04 15:16:38 +01:00
Marc MuellerandGitHub 52ca06c750 CI: Fix pip cache restore key (#63075) 2021-12-30 14:09:18 +01:00
Marc MuellerandGitHub 77ffd7b066 CI: Cache pip wheels (#62755) 2021-12-30 11:49:05 +01:00
Marc MuellerandGitHub 6eb31def08 CI: Use wheel to install base requirements (#62743) 2021-12-24 15:09:27 +01:00
08c66f4983 Add subfolder globbing to partial linters (#62683)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-23 16:41:47 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3898dfd248 Bump docker/login-action from 1.10.0 to 1.12.0 (#62462)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-21 10:40:04 +01:00
Erik MontnemeryandGitHub 7fb79b363a Enable PYTHONASYNCIODEBUG in tests (#62104) 2021-12-21 10:35:48 +01:00
Franck NijhofandGitHub c931044d46 Invalidate CI cache when bumping dependencies, part 2 (#62412) 2021-12-20 09:09:36 -08:00
f14f0f93cb Invalidate CI cache when bumping dependencies (#62394)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-20 16:22:09 +01:00
Franck NijhofandGitHub 030a2c4de2 Invalidate CI cache by bumping caching version (#62383) 2021-12-20 12:31:16 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e1f5b63f1e Bump actions/upload-artifact from 2.3.0 to 2.3.1 (#62004)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-16 08:24:04 +01:00
Joakim SørensenandGitHub fadbab0e32 Add additional-tag to machine builds (#61693) 2021-12-13 17:14:37 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fad5314154 Bump actions/upload-artifact from 2.2.4 to 2.3.0 (#61215)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 09:06:06 +01:00
Paulus SchoutsenandGitHub bbaec2c481 Bump cache version CI (#61137) 2021-12-06 18:02:40 -08:00
Franck NijhofandGitHub 943c12e5fa Revert "Temporarily disable CI concurrency" (#60928) 2021-12-03 18:56:07 +01:00
Franck NijhofandGitHub 0a2ca1f7d5 Temporarily disable CI concurrency (#60926) 2021-12-03 09:16:18 -08:00
Franck NijhofandGitHub 65a7563ac9 CI: Upload coverage results in a single step (#60834) 2021-12-02 19:00:17 +01:00
Franck NijhofandGitHub 49ebb27b44 Run partial tests without coverage for Python 3.8 (#60827) 2021-12-02 14:38:00 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b4f3e08b84 Bump actions/setup-python from 2.3.0 to 2.3.1 (#60572)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 08:34:20 +01:00
Pascal VizeliandGitHub 313d6a81d0 Fix docker prefix for meta image (#60495) 2021-11-28 10:25:52 -08:00