Erik Montnemery
cbb76824e9
Migrate mystrom light to color_mode ( #69428 )
2022-04-07 14:53:23 +02:00
Erik Montnemery
0c72a39e23
Migrate mochad light to color_mode ( #69425 )
2022-04-07 14:52:49 +02:00
Erik Montnemery
c43bd047fd
Migrate litejet light to color_mode ( #69421 )
2022-04-07 14:52:24 +02:00
Erik Montnemery
09f4e31343
Migrate lw12wifi light to color_mode ( #69424 )
2022-04-07 14:51:59 +02:00
Erik Montnemery
5110565488
Migrate lutron light to color_mode ( #69422 )
2022-04-07 14:50:21 +02:00
Erik Montnemery
e8852e0f30
Migrate lcn light to color_mode ( #69419 )
2022-04-07 14:49:12 +02:00
epenet
4f494a876e
Use EntityFeature enums in alexa ( #69570 )
2022-04-07 14:46:50 +02:00
epenet
1ec08d2fe0
Use EntityFeature enum in components (x**) ( #69469 )
2022-04-07 14:39:09 +02:00
epenet
bbf19582bb
Use EntityFeature enum in components (t**) ( #69457 )
2022-04-07 14:07:27 +02:00
epenet
889e1f4442
Use EntityFeature enum in vizio ( #69571 )
2022-04-07 14:02:17 +02:00
J. Nick Koston
23b84449e6
Bump sqlalchemy to 1.4.35 ( #69534 )
...
Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.35
2022-04-07 14:59:23 +03:00
J. Nick Koston
47c3aef7a2
Fix registered entities without a category not being exclude-able in the HomeKit UI ( #69543 )
2022-04-07 13:46:41 +02:00
Joakim Sørensen
a5dc95e715
Fix adding OS entities for supervised installations ( #69539 )
2022-04-07 13:34:20 +02:00
Erik Montnemery
0ad9da9dd0
Always use a commit interval of 0 for the in memory db in tests ( #69556 )
2022-04-07 13:04:08 +02:00
J. Nick Koston
5c7c09726a
Cleanup recorder history typing ( #69408 )
2022-04-07 00:09:05 -10:00
J. Nick Koston
97aa65d9a4
Run energy db calls in the db executor ( #69544 )
...
Fixes #69537
2022-04-07 11:50:49 +02:00
epenet
4fe6b0c140
Adjust inheritance in rflink lights ( #69541 )
...
* Add color-more to RflinkLight
* Adjust inheritance
2022-04-07 10:34:24 +02:00
epenet
54bb86d198
Migrate upb light to color_mode ( #69524 )
...
* Migrate upb light to color_mode
* Add supported_color_modes
* Apply code review
2022-04-07 09:58:50 +02:00
epenet
3e426c0fa6
Use EntityFeature enum in mqtt ( #69416 )
2022-04-07 09:44:26 +02:00
epenet
4592583988
Migrate velbus light to color_mode ( #69525 )
...
* Migrate velbus light to color_mode
* Add COLOR_MODE_ONOFF
2022-04-07 09:43:18 +02:00
epenet
d33fbbfb6d
Migrate tellduslive light to color_mode ( #69522 )
2022-04-07 09:40:17 +02:00
epenet
75b1760b29
Migrate rflink light to color_mode ( #69532 )
...
* Migrate rflink light to color_mode
* Add COLOR_MODE_ONOFF
2022-04-07 09:39:22 +02:00
epenet
d5ab7e7525
Use EntityFeature enum in components (s** 1/2) ( #69439 )
2022-04-06 21:38:14 -10:00
epenet
e6d8aa34fa
Use EntityFeature enum in components (i**) ( #69409 )
2022-04-06 21:35:27 -10:00
epenet
75eec850c1
Use EntityFeature enum in components (u**) ( #69462 )
2022-04-06 21:35:15 -10:00
epenet
95fb4695e4
Use EntityFeature enum in components (l**) ( #69412 )
2022-04-06 21:34:58 -10:00
epenet
96819fff74
Use EntityFeature enum in components (n**) ( #69432 )
2022-04-06 21:34:29 -10:00
epenet
2cc3bfa056
Migrate sisyphus light to color_mode ( #69521 )
2022-04-07 09:18:06 +02:00
epenet
ee71dcca6c
Migrate unifiled light to color_mode ( #69523 )
2022-04-07 09:15:20 +02:00
epenet
72429a6c04
Migrate x10 light to color_mode ( #69526 )
2022-04-07 09:13:19 +02:00
epenet
34a9a1d152
Migrate unifiprotect light to color_mode ( #69527 )
2022-04-07 09:12:28 +02:00
epenet
e66c4e11c9
Migrate tellstick light to color_mode ( #69528 )
2022-04-07 09:11:43 +02:00
epenet
3828c36202
Migrate smarttub light to color_mode ( #69529 )
2022-04-07 09:10:40 +02:00
epenet
766e6f2e9c
Migrate rfxtrx light to color_mode ( #69530 )
2022-04-07 09:09:47 +02:00
epenet
71b298f3ed
Use EntityFeature constants in homekit ( #69535 )
2022-04-06 21:09:27 -10:00
Erik Montnemery
9834197f71
Migrate myq light to color_mode ( #69427 )
2022-04-06 21:09:07 -10:00
epenet
a10a1794d9
Migrate pilight light to color_mode ( #69531 )
2022-04-07 09:08:41 +02:00
Erik Montnemery
8cba371318
Migrate lutron_caseta light to color_mode ( #69423 )
2022-04-06 21:08:22 -10:00
Patrik Lindgren
af5d29735f
Deprecate SUPPORT_*-constants for Tradfri integration ( #69368 )
...
* Refactor constants
* Remove _LOGGER
* Fix sort order
* Refactor constats
* Run isort
* Remove SUPPORTED_ constants from Tradfri integration
* Remove constant
* Remove line
* Use brackets
* Add documentation
* Address review comments
2022-04-07 09:06:29 +02:00
epenet
f194f7809b
Use EntityFeature enum in components (v**) ( #69465 )
...
* Use EntityFeature enum in vallox
* Use EntityFeature enum in velbus
* Use EntityFeature enum in velux
* Use EntityFeature enum in venstar
* Use EntityFeature enum in vera
* Use EntityFeature enum in verisure
* Use EntityFeature enum in vesync
* Use EntityFeature enum in vicare
* Use EntityFeature enum in vivotek
* Use EntityFeature enum in vizio
* Use EntityFeature enum in vlc
* Use EntityFeature enum in vlc_telnet
* Use EntityFeature enum in volumio
2022-04-07 08:42:18 +02:00
Allen Porter
10a1b1f734
Gracefully handle empty summary in google calendar ( #69520 )
...
Gracefully handle empty summary in google calendar matching the old behavior
before some code cleanup.
2022-04-07 08:26:07 +02:00
epenet
fbea950eb0
Use EntityFeature enum in components (z**) ( #69471 )
...
* Use EntityFeature enum in zha
* Use EntityFeature enum in zhong_hong
* Use EntityFeature enum in ziggo_mediabox_xl
* Use EntityFeature enum in zwave_js
* Use EntityFeature enum in zwave_me
2022-04-07 08:21:31 +02:00
Michael Davie
aaf64f728e
Bump env_canada to 0.5.22 ( #69503 )
2022-04-06 22:35:13 -07:00
Allen Porter
c07100e519
Move Local OAuth http endpoint registration to auth component ( #69507 )
2022-04-06 22:34:31 -07:00
Robert Hillis
8ef7ac1877
Remove deprecated Wanted sensor in radarr ( #69500 )
2022-04-07 08:32:52 +03:00
J. Nick Koston
5bcb795bca
Move handling of non-secure login to the elkm1 library ( #69483 )
2022-04-06 22:32:31 -07:00
epenet
f11f1db177
Use EntityFeature enum in switch_as_x ( #69442 )
2022-04-07 08:14:10 +03:00
epenet
a6f112df80
Use EntityFeature enum in components (w**) ( #69468 )
...
* Use EntityFeature enum in webostv
* Use EntityFeature enum in wemo
* Use EntityFeature enum in whirlpool
* Use EntityFeature enum in wilight
2022-04-07 08:12:39 +03:00
Glenn Waters
caff81f613
Add service to set type of radar to retrieve. ( #68252 )
2022-04-06 13:55:37 -10:00
Joakim Sørensen
280dcbed18
Bump pyhaversion from 22.04.0 to 22.4.1 ( #69486 )
2022-04-06 16:13:11 -07:00
J. Nick Koston
d6619dd4bc
Fix reloading the sun integration ( #69495 )
2022-04-06 16:06:22 -07:00
Dave T
c6bba19e05
Continue on template error during yaml import for generic ( #69440 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-06 15:49:59 -07:00
Shay Levy
fe8e193225
Fix remote_rpi_gpio missing requirement ( #69488 )
2022-04-06 15:48:47 -07:00
Michael
95421b1ae7
Ignore IPv6 link local address on ssdp discovery in Fritz!Smarthome ( #69455 )
2022-04-06 15:45:46 -07:00
J. Nick Koston
02d245a31a
Fix reload race in unifiprotect ( #69485 )
...
- The integration already has a reload listener installed
once it is setup. We should not reload from the config
flow since they compete
2022-04-07 00:21:50 +03:00
Erik Montnemery
181142aae7
Migrate modbus light to color_mode ( #69426 )
2022-04-06 20:27:03 +02:00
Erik Montnemery
def305cf46
Improve the use of bakeries in recorder ( #69418 )
2022-04-06 08:00:10 -10:00
J. Nick Koston
dd6a0e3a89
Fix elkm1 connection when panel drops VN request ( #69454 )
2022-04-06 10:45:40 -07:00
Paulus Schoutsen
c765e11f55
Fix telegram broadcast ( #69452 )
2022-04-06 10:44:02 -07:00
Raman Gupta
bc194cd209
Add zeroconf discovery to zwave_js ( #69382 )
2022-04-06 18:46:13 +02:00
Franck Nijhof
c0e9cfedfb
Add device trigger support to Update entity ( #69395 )
2022-04-06 08:50:21 -07:00
epenet
5e2cc2b9b0
Use EntityFeature enum in components (m**) ( #69414 )
...
* Use EntityFeature in melcloud
* Use EntityFeature in mystrom
* Use EntityFeature in mysensors
* Use EntityFeature in myq
* Use EntityFeature in mpd
* Use EntityFeature in monoprice
* Use EntityFeature in moehlenhoff_alpha2
* Use EntityFeature in modern_forms
* Use EntityFeature in modbus
* Use EntityFeature in melissa
* Use EntityFeature in mediaroom
* Use EntityFeature in maxcube
* Use EntityFeature in manual_mqtt
* Fix maxcube tests
* Revert "Use EntityFeature in modbus"
This reverts commit 56cf9d900d
.
* Revert "Use EntityFeature in myq"
This reverts commit 44a31b1a03
.
* Revert "Use EntityFeature in mystrom"
This reverts commit 7260ee0384
.
* Revert "Revert "Use EntityFeature in modbus""
This reverts commit 916a612a60
.
* Revert "Revert "Use EntityFeature in myq""
This reverts commit a6be42fa17
.
2022-04-06 17:33:41 +02:00
Erik Montnemery
8e090a8c04
Minor tweak of recorder typing ( #69415 )
2022-04-06 08:08:00 -07:00
René Klomp
4a65e54665
Update pysma to 0.6.11 ( #69397 )
2022-04-06 13:01:55 +02:00
epenet
a661e06e25
Use EntityFeature in homematic ( #69405 )
...
* Use EntityFeature in homematic
* Use EntityFeature in homematicip_cloud
2022-04-06 12:33:35 +02:00
hesselonline
ef14ae85c8
Fix Wallbox charger status ( #68708 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-06 12:05:50 +02:00
epenet
a5b919ec6b
Use EntityFeature in homekit_controller ( #69404 )
2022-04-06 12:04:58 +02:00
epenet
999e2f3bf0
Use EntityFeature enum in components (h**) ( #69403 )
2022-04-06 11:59:23 +02:00
Brynley McDonald
38cfa83e23
Fix units for Flick Electric sensor ( #69396 )
2022-04-06 11:57:06 +02:00
epenet
a3e0a1d04d
Use EntityFeature in group ( #69393 )
2022-04-06 11:56:05 +02:00
epenet
0b18459ab8
Use EntityFeature enum in evohome ( #69385 )
2022-04-06 11:53:41 +02:00
epenet
dae2cf2827
Use EntityFeature enum in esphome ( #69386 )
2022-04-06 11:52:59 +02:00
epenet
78045df227
Use EntityFeature enum in components (e**) ( #69384 )
2022-04-06 11:03:29 +02:00
epenet
9ab9fcfc56
Use EntityFeature enum in components (f**) ( #69389 )
2022-04-06 10:55:25 +02:00
epenet
1fe5b1e68a
Use EntityFeature in ffmpeg ( #69390 )
2022-04-06 10:53:03 +02:00
epenet
20c1a155b6
Use EntityFeature enum in components (g**) ( #69394 )
2022-04-06 10:46:44 +02:00
epenet
42d0a4b81e
Use EntityFeature in geniushub ( #69392 )
...
* Use EntityFeature in geniushub
* Cleanup _supported_features
2022-04-06 11:22:33 +03:00
Erik Montnemery
7b5dd4a623
Restore attributes of template binary sensor ( #69350 )
2022-04-05 22:58:12 -07:00
Raman Gupta
79dc551f5a
Fix regression in zwave_js ( #69312 )
...
* Handle unique ID update during discovery step
* Use callback to convert unique IDs to strings
* Adjust test to make sure logic works
* Fix other tests
* Move comment
* Move migration to async_setup
* Remove async_migrate_entry since we take care of it during setup
* Remove unused test
2022-04-06 00:40:33 -04:00
ollo69
add01d434e
Minor changes on AndroidTV diagnostics ( #69197 )
2022-04-05 21:32:28 -07:00
J. Nick Koston
4b5033d08f
Abort samsungtv discovery of legacy devices when unique id not available ( #69376 )
2022-04-05 16:38:55 -07:00
Johan Nenzén
f31d1164e5
Bump pyplaato to 0.0.16 ( #69361 )
2022-04-05 16:33:13 -07:00
Zack Barett
39c485ba88
20220405.0 ( #69377 )
2022-04-05 16:32:24 -07:00
epenet
c8df2656b1
Use EntityFeature enum in components (d**) ( #69358 )
2022-04-06 00:00:37 +02:00
Franck Nijhof
9e2198fa47
Disable Spotify Media Player entity by default ( #69372 )
2022-04-05 14:54:03 -07:00
epenet
8af37235ec
Use EntityFeature enum in components (b**) ( #69336 )
2022-04-05 23:53:45 +02:00
epenet
6343752f98
Use EntityFeature enum in components (c**) ( #69341 )
2022-04-05 23:49:20 +02:00
epenet
246f4e081a
Use EntityFeature enum in components (a**) ( #69333 )
2022-04-05 23:42:05 +02:00
J. Nick Koston
8b2948f030
Ensure state is restored when turning on tplink lights without a color mode ( #69308 )
2022-04-05 13:46:12 -07:00
Robert Svensson
d6d7f3cb3c
Bump pydeconz to v88 ( #69369 )
2022-04-05 13:44:04 -07:00
Philip Allgaier
da55c48cce
Prevent issues with config update of "Timer" integration (unknown "restore" key) ( #69332 )
2022-04-05 22:22:03 +03:00
shbatm
433a946f62
Bump PyISY to 3.0.6 to fix group statuses ( #69345 )
2022-04-05 22:20:38 +03:00
Erik Montnemery
fcad10dd0d
Improve integration translation strings ( #69246 )
...
* Improve integration translation strings
* Update
2022-04-05 20:08:17 +02:00
Marvin Wichmann
2689f1a7fd
Update XKNX to version 0.20.1 ( #69353 )
2022-04-05 21:07:11 +03:00
MoellerDi
c9a754b29a
Fix "Camera not found" error in microsoft_face integration ( #69295 )
2022-04-05 20:00:12 +02:00
starkillerOG
b40df08eb5
bump pynetgear to 0.9.4 ( #69346 )
...
* Bump home-assistant/wheels from 2022.01.0 to 2022.01.1
Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels ) from 2022.01.0 to 2022.01.1.
- [Release notes](https://github.com/home-assistant/wheels/releases )
- [Commits](https://github.com/home-assistant/wheels/compare/2022.01.0...2022.01.1 )
---
updated-dependencies:
- dependency-name: home-assistant/wheels
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump home-assistant/wheels from 2022.01.1 to 2022.01.2
Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels ) from 2022.01.1 to 2022.01.2.
- [Release notes](https://github.com/home-assistant/wheels/releases )
- [Commits](https://github.com/home-assistant/wheels/compare/2022.01.1...2022.01.2 )
---
updated-dependencies:
- dependency-name: home-assistant/wheels
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump home-assistant/builder from 2021.12.0 to 2022.01.0
Bumps [home-assistant/builder](https://github.com/home-assistant/builder ) from 2021.12.0 to 2022.01.0.
- [Release notes](https://github.com/home-assistant/builder/releases )
- [Commits](https://github.com/home-assistant/builder/compare/2021.12.0...2022.01.0 )
---
updated-dependencies:
- dependency-name: home-assistant/builder
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* bump pynetgear to 0.9.4
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05 17:31:54 +03:00
Erik Montnemery
7b18d511cc
Migrate homematic light to color_mode ( #69267 )
2022-04-05 15:54:27 +02:00
J. Nick Koston
1a9420dda0
Try exact match first for update state ( #69335 )
...
- Exact matches are much cheaper than creating an AwesomeVersion
and calling the __gt__ method, and since most of the time the
result is expected to be off, we want to optimize for this case
2022-04-05 15:51:25 +02:00
epenet
2cf3057ff1
Add basic type hints to utility_meter ( #69325 )
...
Co-authored-by: Diogo Gomes <diogogomes@gmail.com>
2022-04-05 15:43:10 +02:00
Erik Montnemery
28350b9792
Revert "Use recorder executor in demo ( #69327 )" ( #69334 )
...
This reverts commit ff84104f45
.
2022-04-05 14:50:58 +02:00