Joakim Sørensen
e726ef662c
Fix adding OS entities for supervised installations ( #69539 )
2022-04-07 15:26:08 +02:00
Allen Porter
8c9534d2ba
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 15:26:04 +02:00
Paulus Schoutsen
5cadea91bb
Bumped version to 2022.4.1
2022-04-06 22:36:39 -07:00
J. Nick Koston
f9d447e4cd
Fix reloading the sun integration ( #69495 )
2022-04-06 22:35:55 -07:00
Shay Levy
23bb38c5cf
Fix remote_rpi_gpio missing requirement ( #69488 )
2022-04-06 22:35:55 -07:00
Joakim Sørensen
4c16563675
Bump pyhaversion from 22.04.0 to 22.4.1 ( #69486 )
2022-04-06 22:35:54 -07:00
J. Nick Koston
9351fcf369
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-06 22:35:53 -07:00
Michael
2d74beaa67
Ignore IPv6 link local address on ssdp discovery in Fritz!Smarthome ( #69455 )
2022-04-06 22:35:52 -07:00
J. Nick Koston
87ab96f9c1
Fix elkm1 connection when panel drops VN request ( #69454 )
2022-04-06 22:35:52 -07:00
Paulus Schoutsen
0eed329bc8
Fix telegram broadcast ( #69452 )
2022-04-06 22:35:51 -07:00
Dave T
ea5e894ac7
Continue on template error during yaml import for generic ( #69440 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-06 22:35:50 -07:00
Raman Gupta
91d2fafe1d
Add comments to zwave_js node metadata WS API ( #67210 )
...
* Add comments to zwave_js node metadata WS API
* Add test dat
2022-04-06 22:35:50 -07:00
Franck Nijhof
be3c1055dd
Bumped version to 2022.4.0
2022-04-06 14:01:53 +02:00
René Klomp
5a24dbbbf2
Update pysma to 0.6.11 ( #69397 )
2022-04-06 14:00:49 +02:00
Erik Montnemery
8174b831cf
Restore attributes of template binary sensor ( #69350 )
2022-04-06 14:00:46 +02:00
Raman Gupta
8c794ecf93
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 14:00:42 +02:00
hesselonline
072cd29b90
Fix Wallbox charger status ( #68708 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-06 14:00:31 +02:00
Paulus Schoutsen
e3b20cf43f
Bumped version to 2022.4.0b6
2022-04-05 16:40:33 -07:00
Zack Barett
2296d0fbee
20220405.0 ( #69377 )
2022-04-05 16:40:27 -07:00
J. Nick Koston
1e6f8fc48a
Abort samsungtv discovery of legacy devices when unique id not available ( #69376 )
2022-04-05 16:40:26 -07:00
Franck Nijhof
4038575806
Disable Spotify Media Player entity by default ( #69372 )
2022-04-05 16:40:25 -07:00
Johan Nenzén
531aa87170
Bump pyplaato to 0.0.16 ( #69361 )
2022-04-05 16:40:24 -07:00
Marvin Wichmann
1896e39f60
Update XKNX to version 0.20.1 ( #69353 )
2022-04-05 16:40:23 -07:00
starkillerOG
a42327ffce
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 16:40:22 -07:00
shbatm
def04f1ae8
Bump PyISY to 3.0.6 to fix group statuses ( #69345 )
2022-04-05 16:40:21 -07:00
J. Nick Koston
a39a6fce2a
Fix roomba doing I/O in the event loop ( #69339 )
2022-04-05 16:40:21 -07:00
J. Nick Koston
7b36434101
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 16:40:20 -07:00
Philip Allgaier
a3ac495e03
Prevent issues with config update of "Timer" integration (unknown "restore" key) ( #69332 )
2022-04-05 16:40:19 -07:00
Joakim Sørensen
186d8c9d50
Bump pyhaversion from 22.02.0 to 22.04.0 ( #69329 )
2022-04-05 16:40:19 -07:00
Martin Hjelmare
e94fad469f
Use recorder executor in demo ( #69327 )
2022-04-05 16:40:18 -07:00
J. Nick Koston
90d5bd12fb
Ensure state is restored when turning on tplink lights without a color mode ( #69308 )
2022-04-05 16:40:17 -07:00
MoellerDi
685af1dd5c
Fix "Camera not found" error in microsoft_face integration ( #69295 )
2022-04-05 16:40:17 -07:00
Erik Montnemery
44fefa42a8
Improve integration translation strings ( #69246 )
...
* Improve integration translation strings
* Update
2022-04-05 16:40:16 -07:00
Paulus Schoutsen
681242f102
Bumped version to 2022.4.0b5
2022-04-04 23:57:57 -07:00
Daniel Hjelseth Høyer
df2a31a70b
Update Tibber lib ( #69300 )
2022-04-04 23:57:46 -07:00
starkillerOG
dc7d140c29
bump pynetgear to 0.9.3 ( #69292 )
2022-04-04 23:57:46 -07:00
Erik Montnemery
96ac47f36e
Correct unit_of_measurement for trigger-based template sensor ( #69291 )
2022-04-04 23:57:45 -07:00
Joakim Sørensen
b66770d349
Make hassio coordinator refresh data ( #69272 )
2022-04-04 23:57:44 -07:00
Erik Montnemery
eab7876330
Improve utility_meter translation strings ( #69252 )
2022-04-04 23:57:43 -07:00
Erik Montnemery
45843297f9
Improve tod translation strings ( #69251 )
2022-04-04 23:57:43 -07:00
Erik Montnemery
4313be1ca2
Improve threshold translation strings ( #69250 )
2022-04-04 23:57:42 -07:00
Erik Montnemery
8191172f07
Improve switch_as_x translation strings ( #69249 )
2022-04-04 23:57:41 -07:00
Erik Montnemery
408f87c7e6
Improve min_max translation strings ( #69248 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-04 23:57:41 -07:00
Erik Montnemery
37c0200f83
Improve derivative translation strings ( #69245 )
2022-04-04 23:57:40 -07:00
Raman Gupta
66cc2c7846
Fix tomorrowio sensor units and conversions ( #69166 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-04-04 23:57:39 -07:00
Radu Cotescu
40b9f2f578
Input binary sensors are not generated for Shelly 1 Pro ( #69046 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-04-04 23:57:39 -07:00
Toke Høiland-Jørgensen
2efa9f00d5
Fix network starting with no configured IPv4 addresses ( #69030 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-04-04 23:57:38 -07:00
Franck Nijhof
e6dcaaadd8
Bumped version to 2022.4.0b4
2022-04-04 11:14:39 +02:00
Erik Montnemery
73cd4a3366
Unsubscribe from listeners when removing threshold binary sensor ( #69236 )
2022-04-04 11:13:53 +02:00
Erik Montnemery
9ec9dc047b
Unsubscribe from listeners when removing integration sensor ( #69235 )
2022-04-04 11:13:50 +02:00