Commit Graph
55979 Commits
Author SHA1 Message Date
epenetandGitHub 9d607c8bd5 Adjust type hints for WaterHeaterEntityFeature (#82270) 2022-11-17 15:51:55 +01:00
epenetandGitHub ced16da576 Adjust type hints for VacuumEntityFeature (#82269) 2022-11-17 15:31:09 +01:00
epenetandGitHub 3be750812d Adjust type hints for UpdateEntityFeature (#82268) 2022-11-17 15:17:50 +01:00
epenetandGitHub 295cd0143c Adjust type hints for SirenEntityFeature (#82266) 2022-11-17 15:06:26 +01:00
epenetandGitHub 9b9bdc725f Adjust type hints for RemoteEntityFeature (#82265) 2022-11-17 15:06:16 +01:00
Erik MontnemeryandGitHub b6586d5c34 Align number and sensor device classes (#81909)
* Align number and sensor device classes

* Add tests

* Tweak tests
2022-11-17 14:00:28 +01:00
epenetandGitHub 18e30e7c06 Adjust type hints for MediaPlayerEntityFeature (#82258) 2022-11-17 13:58:34 +01:00
Marc MuellerandGitHub 569e52c9ac Show full error on cache delete failure (2) [ci] (#82263) 2022-11-17 13:23:42 +01:00
epenetandGitHub 44b28d67f1 Use _attr_supported_features in nest climate (#82217) 2022-11-17 04:03:50 -08:00
Marc MuellerandGitHub ae181a47fd Show full error on cache delete failure [ci] (#82259) 2022-11-17 12:52:17 +01:00
epenetandGitHub 8570d3aabe Adjust type hints for LockEntityFeature (#82256) 2022-11-17 12:47:48 +01:00
epenetandGitHub 4986f65dca Adjust supported_features defaults in lights (#82252) 2022-11-17 12:47:08 +01:00
epenetandGitHub dd7bc7971f Adjust type hints for LightEntityFeature (#82251) 2022-11-17 12:46:42 +01:00
epenetandGitHub 8a084cf94d Use _attr_supported_features in osram light (#82255) 2022-11-17 12:45:59 +01:00
epenetandGitHub 2453f95b24 Adjust HumidifierEntity type hints (#82248) 2022-11-17 10:58:46 +01:00
epenetandGitHub 38a8e86dde Cleanup supported_features in group (#82242)
* Cleanup supported_features in group

* Remove defaults
(already set to 0 in fan and media_player)
2022-11-17 10:45:32 +01:00
Thomas DietrichandGitHub ad8b882cb6 Switch statistics config to require either/both 'max_age' and 'sampling_size' (#80999)
* Remove default characteristic

* Remove default sampling_size

* Fix typo

* Fix typo
2022-11-17 10:31:06 +01:00
epenetandGitHub 1b80c66195 Adjust type hints for FanEntityFeature (#82241)
* Adjust type hints for FanEntityFeature

* Adjust template default
2022-11-17 10:30:39 +01:00
Jan BouwhuisandGitHub 3d00923665 Improve MQTT type hints / refactor part 9 - light (#81151)
* Improve type hints light base

* improve type hints light schema basic

* Improve type hints light schema json

* Use MQTT Template models with light template

* Addtional type hints for template light

* Improve template hints for schema template

* Use strict type hints for templates

* MyPy corrections

* Follow up comments

* Follow up comments

* Revert changes schema_json

* Revert changes schema template

* Hints setup_entity_json and setup_entity_template

* Remove type hint on setup_entity JSON
2022-11-17 10:22:25 +01:00
epenetandGitHub da2efde354 Set alarm and climate supported features default (#82247) 2022-11-17 10:21:55 +01:00
Jan BouwhuisandGitHub f60850586e Remove b64 encoding work-a-round for MQTT camera (#82244) 2022-11-17 10:11:25 +01:00
J. Nick KostonandGitHub 4c8850ec7b Add dhcp support for newer powerwall gateways (#82236) 2022-11-17 10:10:55 +01:00
epenetandGitHub 6424c71daa Cleanup supported_features in demo (#82239)
* Cleanup supported_features in demo cover

* Improve other platforms

* Adjust media_player patch
2022-11-17 09:39:46 +01:00
epenetandGitHub 89c7568515 Remove duplicate code in hassfest model (#82203) 2022-11-17 09:10:37 +01:00
Kevin StillhammerandGitHub 146fe8f156 Rename convert_time_to_isodate to next_datetime (#82214) 2022-11-17 09:06:56 +01:00
epenetandGitHub 17573196c8 Adjust type hints for CoverEntityFeature (#82238) 2022-11-17 08:39:44 +01:00
epenetandGitHub 6856374f24 Cleanup supported_features in smartthings cover (#82240) 2022-11-17 09:32:42 +02:00
GitHub Action c999953514 [ci skip] Translation update 2022-11-17 00:26:24 +00:00
Marc MuellerandGitHub ba8f69a5ce Cache improvements [ci] (#80898)
* Cleanup old pip caches
* Add workflow to delete caches for closed PRs
2022-11-16 23:51:38 +01:00
J. Nick KostonandGitHub 4b89d087bb Bump home-assistant-bluetooth to 1.8.1 (#82222)
changelog: https://github.com/home-assistant-libs/home-assistant-bluetooth/compare/v1.8.0...v1.8.1
2022-11-16 23:08:17 +02:00
epenetandGitHub e85e79052b Improve climate type hints for supported_features (#82223) 2022-11-16 23:07:48 +02:00
J. Nick KostonandGitHub 9d8dfc2d71 Add effects support to led-ble (#82224) 2022-11-16 23:07:02 +02:00
epenetandGitHub e37211ad42 Use _attr_supported_features in demo climate (#82216) 2022-11-16 21:28:23 +01:00
epenetandGitHub 39ac2c1101 Adjust type hints for ClimateEntityFeature (#82206) 2022-11-16 21:17:50 +01:00
4e11246ba5 Create an issue when using older esphome firmwares when bluetooth support is enabled (#82162)
* Create an issue when using older esphome firmwares when bluetooth support is enabled

2022.11.0 has some significant stability imporvements with
BLE. Its is non-obvious if the user is running an older
esphome version that does not have the fixes

* name

* skip repair issue if a project name is set

* drop reflashing term

* Update homeassistant/components/esphome/strings.json

* Update homeassistant/components/esphome/translations/en.json

* Update homeassistant/components/esphome/translations/en.json

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/esphome/translations/en.json

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/esphome/strings.json

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/esphome/strings.json

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/esphome/strings.json

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-11-16 22:16:51 +02:00
epenetandGitHub c62c19e58b Use _attr_supported_features in tado climate (#82219) 2022-11-16 21:52:36 +02:00
epenetandGitHub ba546e1072 Use _attr_supported_features in nexia climate (#82218) 2022-11-16 13:47:58 -06:00
Erik MontnemeryandGitHub a6ff8c5fb3 Fix Home Assistant Yellow tests (#82212) 2022-11-16 13:01:53 -06:00
J. Nick KostonandGitHub 7ce6600f69 Fix missing await in nexia emergency heat (#82207)
fixes undefined
2022-11-16 19:02:09 +01:00
J. Nick KostonandGitHub 08398370c5 Bump dbus-fast to 1.74.1 (#82202) 2022-11-16 11:26:47 -06:00
Erik MontnemeryandGitHub aaec464627 Add support for managing the silabs multiprotocol add-on (#82170)
* Add support for managing the silabs multiprotocol add-on

* Fix passing context when starting option flow

* Allow unloading a ha yellow config entry

* Fix tests

* Log data passed to ZHA option flow

* Improve ZHA migration logic

* Move tests

* Improve test coverage

* Remove dead code

* Drop automatic ZHA migration
2022-11-16 17:38:07 +01:00
Erik MontnemeryandGitHub 607a0e7697 Reduce size of get_statistics_during_period WS API response (#82131) 2022-11-16 17:36:30 +01:00
Erik MontnemeryandGitHub bb64b39d0e Minor refactor of zha config flow (#82200)
* Minor refactor of zha config flow

* Move ZhaRadioManager to a separate module
2022-11-16 17:13:23 +01:00
epenetandGitHub f952b74b74 Adjust type hints for AlarmControlPanelEntityFeature (#82186) 2022-11-16 17:08:42 +01:00
J. Nick KostonandGitHub 1f0691bf18 Bump bluetooth-auto-recovery to 0.4.0 (#82195) 2022-11-16 17:07:01 +01:00
J. Nick KostonandGitHub 03e6132d98 Fix static version in homekit tests (#82201) 2022-11-16 09:37:00 -06:00
epenetandGitHub 615f7204cb Add type hints to mobile app webhooks (#82177) 2022-11-16 16:07:43 +01:00
Franck NijhofandGitHub 6a1bb8c421 Deprecate Python 3.9 (#82193) 2022-11-16 15:38:10 +01:00
f87ef742e8 Use parameterized test for better code readability (#82194)
* Use parameterized test for better code readability

* Use parameterized test for better code readability

* Update tests/components/fibaro/test_config_flow.py

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

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-11-16 15:27:20 +01:00
epenetandGitHub 871b4135ee Remove unused variable in qvr_pro (#82190) 2022-11-16 15:26:37 +01:00