Jan Bouwhuis
e73ca9bd18
Alexa fix Fan support and cleanup ( #56053 )
...
* del PowerLevelController, ena fan PowerController
* Use AlexaRangeContoller for speed or default
* Update tests
* no-else-return
* Avoid cases with only one preset_mode
* Only report ghost_mode to Alexa - fix bug
* Add some tests for patched code
* pylint
* pylint and tests with one preset_mode
* correct ghost preset mode check in test
* add tests for RangeController
* ghost preset_mode locale agnostic
* isort
* Update homeassistant/components/alexa/capabilities.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/alexa/entities.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/alexa/entities.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/alexa/entities.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/alexa/entities.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update entities.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-09-24 08:14:45 +02:00
J. Nick Koston
0363c22dd8
Fix Sonos going offline with 13.3 firmware ( #56590 )
2021-09-23 20:39:20 -07:00
RenierM26
915afedcfc
Add binary_sensor to switchbot ( #56415 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-23 17:10:34 -05:00
Milan Meulemans
0b53f73fe2
Convert Nanoleaf integration to use Async library aionanoleaf ( #56548 )
2021-09-23 15:37:37 -05:00
Michael
7ece35cd6f
Assume Fritz!Smarthome device as unavailable ( #56542 )
2021-09-23 13:29:12 -07:00
RenierM26
972db29c88
Add sensor to switchbot platform ( #56416 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-23 15:27:34 -05:00
Daniel Hjelseth Høyer
6e7bc65e2e
Airthings ( #56578 )
2021-09-23 13:20:30 -07:00
Daniel Hjelseth Høyer
a94514b00d
Add Surepetcare entity class ( #56430 )
2021-09-23 13:19:46 -07:00
Rami Mosleh
4c40d1767a
Remove config for `Speedtest.net` ( #55642 )
2021-09-23 20:44:59 +02:00
Franck Nijhof
7fc0717ab1
Upgrade debugpy to 1.4.3 ( #56576 )
2021-09-23 11:12:19 -07:00
Franck Nijhof
750a1b84ad
Add date device_class to Twente Milieu sensors ( #56579 )
2021-09-23 11:09:00 -07:00
Marc Mueller
fed5f5e3b9
Use EntityDescription - fitbit ( #55925 )
2021-09-23 20:08:47 +02:00
Franck Nijhof
60bb3121b6
Upgrade apprise to 0.9.5.1 ( #56577 )
2021-09-23 11:00:45 -07:00
Kevin Worrel
b43d377b53
Create but disable-by-default RPM and GPM sensors ( #56549 )
2021-09-23 11:00:33 -07:00
Andre Richter
a5c6a65161
Activate mypy for Vallox ( #55874 )
2021-09-23 10:59:28 -07:00
Franck Nijhof
2fe8c78811
Fix Toon push updates ( #56583 )
2021-09-23 19:50:30 +02:00
jan iversen
1cc850877f
strictly type: fan.py, light.py, switch.py. ( #56379 )
2021-09-23 18:35:50 +01:00
Brian O'Connor
cce906f968
Fix OpenWeatherMap dewpoint conversion ( #56303 )
2021-09-23 10:14:15 -07:00
Marc Mueller
70f10338cc
Use EntityDescription - solaredge_local ( #56434 )
2021-09-23 18:29:58 +02:00
Joakim Sørensen
98d0c84468
Enable strict typing for the tautulli integration ( #55448 )
2021-09-23 16:56:21 +02:00
Aaron Bach
1a47fcc4e3
Add long-term statistics for OpenUV sensors ( #55417 )
2021-09-23 16:54:06 +02:00
Marc Mueller
b634bd26d0
Use EntityDescription - kraken ( #56436 )
2021-09-23 16:42:55 +02:00
Franck Nijhof
c1df49e9fc
Upgrade black to 21.9b0 ( #56575 )
2021-09-23 16:33:24 +02:00
Jc2k
442d850fc9
Bump aiohomekit to 0.6.3 ( #56574 )
2021-09-23 16:30:15 +02:00
Franck Nijhof
237efcf6b1
Upgrade colorlog to 6.4.1 ( #56573 )
2021-09-23 16:12:13 +02:00
Franck Nijhof
bdef131294
Upgrade watchdog to 2.1.5 ( #56572 )
2021-09-23 16:11:47 +02:00
Franck Nijhof
71ab24f350
Upgrade pre-commit to 2.14.1 ( #56569 )
2021-09-23 16:11:29 +02:00
Franck Nijhof
655dc890e4
Upgrade PyTurboJPEG to 1.6.1 ( #56571 )
2021-09-23 15:34:34 +02:00
J. Nick Koston
a6ccb1821e
Update zeroconf to 0.36.7 ( #56553 )
2021-09-23 08:00:17 -05:00
Erik Montnemery
f0a4a89d21
Add comments to recorder statistics code ( #56545 )
...
* Add comments to recorder statistics code
* Revert accidental change of list_statistic_ids
2021-09-23 13:14:45 +02:00
Ricardo Steijn
63610eadc9
Address Crownstone review comments ( #56485 )
2021-09-23 09:23:45 +02:00
Oscar Calvo
ea8f624f28
Fix an issue where core process crashes when an SMS is received ( #56552 )
2021-09-22 21:49:08 -07:00
Erik Montnemery
83156fb9ec
Energy validation: Require last_reset attribute to be set for state_class measurement energy and cost sensors ( #56254 )
...
* Require last_reset attribute to be set for measurement state_class
* Tweak
* Improve tests
* Lint
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-22 21:48:37 -07:00
Paulus Schoutsen
974376a8de
Bump frontend to 20210922.0 ( #56546 )
2021-09-22 16:20:58 -07:00
Paulus Schoutsen
677abcd484
Allow confirming local push notifications ( #54947 )
...
* Allow confirming local push notifications
* Fix from Zac
* Add tests
2021-09-22 23:17:04 +02:00
Erik Montnemery
f77e93ceeb
Fix validation of cost entities for energy dashboard ( #56219 )
2021-09-22 13:57:58 -07:00
Sian
351ef0ab44
Register Google assistant energy storage trait ( #56520 )
2021-09-22 13:36:03 -07:00
Erik Montnemery
92253f5192
Minor refactoring of periodic statistics ( #56492 )
2021-09-22 13:31:33 -07:00
Ville Skyttä
d8d34fdd3b
Prefer HTTPStatus over int in HA view JSON functions ( #56504 )
...
* Prefer HTTPStatus over int in HA view JSON functions
* Update zwave tests to not expect a fixed typo
2021-09-22 21:59:52 +03:00
Paulus Schoutsen
39aaa383b3
Fix flaky srp energy test ( #56536 )
2021-09-22 17:41:10 +02:00
Alexei Chetroi
a5d405700c
ZHA channel ZCL attributes initialization ( #56476 )
...
* Add dict of attributes to initialize
* Refactor get_attributes() method
Read 5 attributes at the time.
* Add ZCL_INIT_ATTRS attribute to base Zigbee channel
* Update tests and general clusters
* Update channels to use ZCL_INIT_ATTRS
* Update channels to use ZCL_INIT_ATTRS
* Fix tests
* Refactor async_initialize() to be a retryable request
* Maky pylint happy again
2021-09-22 11:34:30 -04:00
Tobias Sauerwein
2478ec887a
Allow camera usage with HA cloud ( #56533 )
2021-09-22 16:54:12 +02:00
Paulus Schoutsen
e34c985534
Simplify cloud request connection handling ( #56243 )
...
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021-09-22 07:51:31 -07:00
Erik Montnemery
ac053388b4
Convert image_processing tests to pytest ( #56451 )
...
* Convert image_processing tests to pytest
* Use existing fixtures and test helpers
* Remove useless code
2021-09-22 15:00:28 +02:00
Tobias Sauerwein
26d310fc8a
Split Netatmo camera persons by home ( #55598 )
...
* Split persons by home
* Bump pyatmo to 6.0.0
* Check is person exists
* Extract method for fetching person ids
2021-09-22 14:32:30 +02:00
Roel van der Ark
aab4b5ec06
Add extra power meter for YouLess ( #56528 )
...
* #55535 added extra power meter
* Update sensor.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-09-22 14:08:23 +02:00
Niklas Åström
783cc1eacd
Optimise requests to the tado servers ( #56261 )
...
This avoids calling the tado servers unnecessarily many times, especially for bigger homes. This is done by calling aggregating endpoints instead of iterating over the zones and devices and calling endpoints over and over.
2021-09-22 14:01:30 +02:00
Robert Hillis
a653da137c
Use EntityDescription - efergy ( #54210 )
2021-09-21 16:53:35 -05:00
Bas Nijholt
b7a758bd0c
raise PlatformNotReady when speakers unreachable ( #56508 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-09-21 14:35:51 -07:00
J. Nick Koston
9831ff0487
Avoid deadlock on shutdown when a task is shielded from cancelation ( #56499 )
2021-09-21 14:35:14 -07:00