Maciej Bieniek
ed9b199372
Fix exception after removing Shelly config entry and stopping HA ( #51321 )
...
* Fix device shutdown twice
* Change if logic
2021-06-01 11:41:34 +03:00
Raman Gupta
b91696c139
Switch to using entity class attributes where possible in zwave_js ( #51207 )
...
* Switch to using entity class attributes where possible in zwave_js
* fix
* revert docstring
* remove unused init
* Revert some changes based on feedback in #51181
* switch to class atributes
2021-06-01 10:26:22 +02:00
Franck Nijhof
6b0e57e641
Define SwitchEntity entity attributes as class variables ( #51232 )
2021-06-01 10:23:10 +02:00
Eugenio Panadero
3d45f00fad
Bump aiopvpc to apply quickfix for new electricity price tariff ( #51320 )
...
Since 2021-06-01, the three PVPC price tariffs become one and only: '2.0 TD',
and the JSON schema from the official API (data source of this integration)
is slightly different.
This patch allows a no-pain jump between the old tariffs and the new one.
2021-06-01 09:45:37 +02:00
Daniel Rheinbay
3c452f8c9b
Refactor yeelight integration to use only flows ( #51255 )
...
* Refactor light.py to use only flows.py, eliminating transitions.py
* Reformat yeelight source code using black
2021-06-01 09:04:49 +02:00
Matthias Alphart
549b0b0727
KNX: Support for XY-color lights ( #51306 )
...
* support for xy-color
* replace invalid name
2021-06-01 08:59:51 +02:00
Matthias Alphart
164e45f0a7
KNX: move some Schema to schema.py ( #51307 )
...
* create platform schema node from schema class
* move connection schema to schema.py
* rename SCHEMA to ENTITY_SCHEMA
* Final module level constants
2021-06-01 08:59:23 +02:00
Franck Nijhof
fb682665e2
Upgrade pylint to 2.8.3 ( #51308 )
2021-06-01 08:48:53 +02:00
AJ Schmidt
0e0da26852
update adext dependency ( #51315 )
2021-06-01 08:44:56 +02:00
GitHub Action
2a746acf3a
[ci skip] Translation update
2021-06-01 00:30:06 +00:00
Paulus Schoutsen
f472219c68
Set up cloud semi-dependencies at start ( #51313 )
2021-06-01 01:35:31 +02:00
Paulus Schoutsen
354dd39f24
Updated frontend to 20210531.1 ( #51314 )
2021-06-01 01:35:08 +02:00
Paulus Schoutsen
4821484d2c
Add system option to disable polling ( #51299 )
2021-05-31 15:36:40 -07:00
Joakim Sørensen
5d6b6deed4
Move version validation to resolver ( #51311 )
2021-05-31 15:32:03 -07:00
Jc2k
95362d4215
Bump aiohomekit to 0.2.66 ( #51310 )
2021-05-31 17:28:14 -05:00
Joakim Plate
6631a4e605
Philips TV ambilight support ( #44867 )
2021-05-31 14:39:28 -07:00
Ron Klinkien
a0b3d0863b
Fix Garmin Connect integration with python-garminconnect-aio ( #50865 )
2021-05-31 14:38:33 -07:00
Robert Svensson
6ba2ee5cef
Fix stream profiles not available as expected ( #51305 )
2021-05-31 14:35:33 -07:00
Jan Bouwhuis
7403ba1e81
Alexa fan preset_mode support ( #50466 )
...
* fan preset_modes
* process preset mode updates from alexa correctly
* add tests
* codecov patch additional tests
2021-05-31 20:58:01 +02:00
J. Nick Koston
0e7c2cddf7
Upgrade HAP-python to 3.5.0 ( #51261 )
...
* Upgrade HAP-python to 3.4.2
- Fixes for malformed event sending
- Performance improvements
* Bump
* update tests to point to async
2021-05-31 20:47:12 +02:00
Franck Nijhof
5a4add6437
Upgrade black to 21.5b2 ( #51297 )
2021-05-31 21:04:20 +03:00
Austin Drummond
d2623bf574
AppleTV typo in error notification ( #51300 )
...
An extraneous "f" was prefix at the beginning of the notification.
>An irrecoverable connection problem occurred when connecting to fApple TV. Please go to the Integrations page and reconfigure it.
2021-05-31 20:59:55 +03:00
Nikolai
52e7d57533
Processing of messages from channel by telegram_bot ( #51274 )
...
* Processing of messages from channel by telegram_bot
* formatted using Black
* refactor
* check allowed chat
2021-05-31 16:35:49 +02:00
Maciej Bieniek
c9178e58b5
Add support for state class for Airly sensor ( #51285 )
2021-05-31 16:00:58 +02:00
Franck Nijhof
edcae74330
Entity attributes + typing fix in deCONZ alarm control panel ( #51241 )
2021-05-31 14:54:42 +02:00
Salvatore Mazzarino
5377e5ed38
Update to pygtfs 0.1.6 ( #51267 )
...
* Update to pygtfs 0.1.6
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
* run tasks: generate requirements
2021-05-31 14:45:56 +02:00
Joakim Sørensen
8ed8747225
Resolve addon repository slug for device registry ( #51287 )
...
* Resolve addon repository slug for device registry
* typo
* Adjust onboarding test
* Use /store
2021-05-31 14:06:11 +02:00
Pascal Vizeli
3d119fd4ab
Revert "GRPC is fixed, don't need a workaround" ( #51289 )
...
This reverts commit 9d174e8a05
.
2021-05-31 14:03:26 +02:00
Franck Nijhof
258b388f41
Collection of changing entity properties to class attributes ( #51248 )
...
* Collection of changing entity properties to class attributes
* Apply suggestions from code review
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-05-31 10:50:11 +02:00
Matthias Alphart
5acc3a1083
xknx 0.18.3 ( #51277 )
2021-05-31 09:58:48 +02:00
Erik Montnemery
532626b738
Move light helper get_supported_color_modes ( #51269 )
2021-05-31 09:47:58 +02:00
Erik Montnemery
04e9acc20a
Simplify device condition code ( #51266 )
2021-05-31 09:47:30 +02:00
Erik Montnemery
489c73b4da
Simplify device action code ( #51263 )
2021-05-31 09:47:15 +02:00
Raman Gupta
a8650f4e59
Add zwave_js node status sensor ( #51181 )
...
* Add zwave_js node status sensor
* fix import
* use parent class name property
* Use more entity class attributes
* Update homeassistant/components/zwave_js/sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* return static values in property method
* fix PR
* switch to class atributes
* create sensor platform task if needed
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-31 08:46:28 +02:00
Paulus Schoutsen
7654672dd0
Updated frontend to 20210531.0 ( #51281 )
2021-05-30 21:04:13 -07:00
jjlawren
e5309e89ea
Skip processed Sonos alarm updates ( #51217 )
...
* Skip processed Sonos alarm updates
* Fix bad conflict merge
2021-05-30 21:03:53 -07:00
Tobias Sauerwein
9bd74961f0
Fix unnecessary API calls in Netatmo ( #51260 )
2021-05-30 20:55:45 -07:00
jjlawren
1a5d35d7bf
Only debug log new Sonos SSDP discoveries ( #51247 )
...
* Only debug log new SSDP discoveries
* Use existing reference
* Remove from known on unseen
* Update homeassistant/components/sonos/speaker.py
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-05-30 20:28:22 -05:00
GitHub Action
319071ba39
[ci skip] Translation update
2021-05-31 00:25:51 +00:00
Daniel Hjelseth Høyer
0ae64325ed
Use entity class vars for Mill ( #51264 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-05-30 17:58:55 +03:00
Matt Zimmerman
416d91ba85
Clean up SmartTub ( #51257 )
...
* fix type hint
* pylint
* Update homeassistant/components/smarttub/binary_sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update homeassistant/components/smarttub/binary_sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-30 10:10:49 +02:00
Franck Nijhof
c317854e86
Small optimization in entity registry enabled deConz method ( #51250 )
2021-05-29 23:12:19 -05:00
J. Nick Koston
32dc62a996
Handle empty ssdp descriptions in the cache ( #51253 )
2021-05-29 22:50:48 -05:00
uvjustin
3ca7eb9440
Update HLS playlist in stream ( #51191 )
...
* Enable gzip encoding for playlist responses
* Add EXT-X-PROGRAM-DATE-TIME to playlist
* Add EXT-X-START to playlist
* Change EXT-X-VERSION from 7 to 6
* Move idle timer call to recv
* Refactor recv to remove cursor and return bool
* Rename STREAM_TIMEOUT to SOURCE_TIMEOUT
2021-05-30 11:41:23 +08:00
GitHub Action
2077efb207
[ci skip] Translation update
2021-05-30 00:24:18 +00:00
astronaut
ceadb0cba0
Add gui config option consider device unavailable ( #51218 )
...
* Add gui config option consider device unavailable
* Update tests
2021-05-29 19:13:09 -04:00
Franck Nijhof
d1f0ec8db8
Small tweaks to LaCrosse ( #51249 )
2021-05-29 23:08:25 +03:00
Ludovico de Nittis
ff6d05a200
Bump pyialarm to 1.7 ( #51233 )
2021-05-29 18:50:45 +02:00
Franck Nijhof
06e5314bc8
Cleanup commented code + comprehensions in iOS ( #51238 )
2021-05-29 17:28:32 +02:00
Franck Nijhof
99afa15f47
Cleanup unneeded variable assignment in ezviz ( #51239 )
2021-05-29 17:34:25 +03:00