Commit graph

30680 commits

Author SHA1 Message Date
starkillerOG
2634949999
Add motion_blinds VerticalBlind and cleanup () 2021-09-06 16:19:02 +02:00
puddly
e671ad41ec
Replace zigpy-cc with zigpy-znp ()
* Replace zigpy-cc with zigpy-znp in a ZHA config migration

* Fix failing unit tests
2021-09-06 09:50:54 -04:00
Maciej Bieniek
9ee0d8fefe
Fix xiaomi miio Air Quality Monitor initialization () 2021-09-06 15:30:03 +02:00
mrwhite31
e6a29b6a2a
Fix typo in in rfxtrx Barometer sensor ()
Fix typo in sensor.py to fix barometer unavailability
2021-09-06 15:11:12 +02:00
Maciej Bieniek
753285eae7
Fix a lazy preset mode update for Xiaomi Miio fans () 2021-09-06 12:33:34 +02:00
David Bonnes
67b7144703
Fix incomfort min/max temperatures () 2021-09-06 12:26:20 +02:00
Andre Richter
d50b700dc7
Refactor exception handling in Vallox () 2021-09-06 12:03:45 +02:00
Marc Mueller
4475cf24c8
Use EntityDescription - aqualogic () 2021-09-06 11:59:03 +02:00
Marc Mueller
3001df99cb
Use EntityDescription - poolsense () 2021-09-06 11:58:47 +02:00
Philip Allgaier
364edbfd8a
Add service descriptions for supervisor backup restore services ()
* Add service descriptions for supervisor backup restore

* Add fields to restore services

* Update homeassistant/components/hassio/services.yaml

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-06 10:27:11 +02:00
Jan Bouwhuis
755835ee2e
Alexa - Remove legacy speed support for fan platform ()
* Remove legacy fan speed support

* remove fan range controller tests

* retrigger tests
2021-09-06 10:19:57 +02:00
Marc Mueller
a4e4ffef0a
Use EntityDescription - apcupsd () 2021-09-06 10:19:31 +02:00
Marc Mueller
655399eb7b
Use EntityDescription - aemet () 2021-09-06 10:12:09 +02:00
Marc Mueller
77b60c712e
Use EntityDescription - sabnzbd () 2021-09-06 09:54:07 +02:00
Marc Mueller
a4dae0c1e1
Use EntityDescription - meteoclimatic () 2021-09-06 09:48:12 +02:00
Marc Mueller
96db04213b
Use EntityDescription - vultr () 2021-09-06 09:44:33 +02:00
Marc Mueller
cc6a0d2f8d
Use EntityDescription - awair () 2021-09-06 09:40:41 +02:00
Marc Mueller
99ef2ae54d
Use EntityDescription - vilfo () 2021-09-06 09:33:58 +02:00
jan iversen
0dd128af77
Change fix property to _attr for tradfri () 2021-09-06 08:49:00 +02:00
Greg
1b3530a3f8
Bump envoy_reader API to 0.20.0 () 2021-09-05 20:32:50 -10:00
Witold Sowa
8565821394
ZHA: Added support for ZigBee Simple Sensor device and Binary Input c… ()
* ZHA: Added support for ZigBee Simple Sensor device and Binary Input cluster

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
2021-09-06 01:41:57 -04:00
Paulus Schoutsen
523998f8a1
Drop logger service fields because keys are dynamic () 2021-09-05 20:53:12 -07:00
GitHub Action
c2b89725be [ci skip] Translation update 2021-09-06 00:12:56 +00:00
Oliver
22961b30d2
Update to denonavr version 0.10.9 () 2021-09-05 13:28:48 -10:00
Alexei Chetroi
aa6cb84b27
Optimize ZHA ZCL attribute reporting configuration ()
* Refactor ZCL attribute reporting configuration

Configure up to 3 attributes in a single request.

* Use constant for attribute reporting configuration

* Update tests

* Cleanup

* Remove irrelevant for this PR section
2021-09-05 17:45:08 -04:00
Ville Skyttä
4e1e7a4a71
Protect Huawei LTE against None ltedl/ulfreq ()
Refs https://github.com/home-assistant/core/issues/54400
2021-09-05 21:42:22 +03:00
Chris Browet
5a2bcd2763
ADD: generalize regex_findall () 2021-09-05 12:41:39 +02:00
GitHub Action
f8ebc31576 [ci skip] Translation update 2021-09-05 00:11:36 +00:00
Paulus Schoutsen
cce0ca5688
Tag Hue errors as format strings () 2021-09-04 15:38:14 -07:00
Simone Chemelli
d39b861110
Fix SamsungTV sendkey when not connected () 2021-09-04 13:58:34 -07:00
Simone Chemelli
715ce3185b
Handle Fritz InternalError () 2021-09-04 13:56:59 -07:00
Brian Egge
c81a319346
Handle unknown preset mode in generic thermostat ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-09-04 13:17:57 -07:00
Marc Mueller
f5a543b220
Remove deprecated device_state_attributes () 2021-09-04 13:16:01 -07:00
starkillerOG
58da58c008
Bump motion_blinds to 0.5.5 () 2021-09-04 22:06:50 +02:00
Marc Mueller
0700108278
Use NamedTuple for device_automation details () 2021-09-04 13:42:36 +02:00
Anders Melchiorsen
d8b85b2067
Fix LIFX firmware version information () 2021-09-04 13:18:23 +02:00
Erik Montnemery
38d42de2c0
Handle negative numbers in sensor long term statistics ()
* Handle negative numbers in sensor long term statistics

* Use negative states in tests
2021-09-04 10:47:42 +02:00
Marc Mueller
b3181a0ab2
Use NamedTuple for RGBColor () 2021-09-04 09:25:25 +02:00
Paulus Schoutsen
10317fba17
better detect legacy eagly devices () 2021-09-04 09:23:35 +02:00
Paulus Schoutsen
19c54b8cbf
Drop unused ruamel () 2021-09-03 22:17:10 -07:00
J. Nick Koston
195ee2a188
Avoid creating sockets in homekit port available tests ()
* Avoid creating sockets in homekit port available tests

* prevent new bridge from being setup -- its too fast now that the executor job is gone and it revealed an unpatched setup
2021-09-03 17:15:28 -10:00
Michael
0dc8fb497b
Delay state update after switch is toggled for TP-Link HS210 device ()
* delay state update for HS210

* Update workaround comment
2021-09-04 03:01:48 +02:00
Ville Skyttä
b10fc89a6b
Automation trigger info type hint improvements ()
* Make automation trigger info a TypedDict

* zwave_js trigger type hint fixes

* Remove redundant automation trigger info field presence checks

* Use async_initialize_triggers in mqtt and tasmota device_trigger tests
2021-09-04 02:25:51 +02:00
epenet
0749e045bb
Add reauth to Renault config flow ()
* Add reauth flow to async_setup_entry

* Add reauth flow to config_flow

* Add reauth tests

* Split reauth/reauth_confirm

* unindent code

* Add entry_id and unique_id to reauth flow testing

* Use description_placeholders for username

* fix typo
2021-09-04 02:17:24 +02:00
GitHub Action
19dcb19d07 [ci skip] Translation update 2021-09-04 00:13:17 +00:00
Marc Mueller
a54b9502ef
Use NamedTuple for light color mode mapping () 2021-09-04 00:48:14 +02:00
Marc Mueller
617e8544c0
Use NamedTuple for touchline preset mode settings () 2021-09-04 00:44:16 +02:00
Marc Mueller
edddeaf5ab
Use NamedTuple for api endpoint settings () 2021-09-04 00:44:01 +02:00
Aidan Timson
cd51d994b1
System Bridge - Set device class for binary sensor () 2021-09-03 23:48:11 +02:00
Marc Mueller
4eba2ccebc
Use EntityDescription - synology_dsm () 2021-09-03 23:35:28 +02:00