Franck Nijhof
f897264c7f
Merge pull request #36070 from home-assistant/rc
0.110.2
2020-05-24 14:58:42 +02:00
Chris Talkington
ab741535f7
Fix roku play/pause support ( #35991 )
2020-05-24 12:39:45 +02:00
Franck Nijhof
fb3394f74b
Bumped version to 0.110.2
2020-05-24 11:30:01 +02:00
Fredrik Erlandsson
ed4b1d7c9f
Bump tellduslive version ( #36048 )
2020-05-24 11:28:23 +02:00
Jc2k
a90d1b531c
Bump aiohomekit ( #36041 )
2020-05-24 11:28:19 +02:00
J. Nick Koston
bd32a1fabb
Fix shade compatibility with hunter douglas powerview 1.0 hubs ( #36040 )
2020-05-24 11:28:15 +02:00
Sören Oldag
88ebc6a08b
Migrate rpi_gpio_pwm to extend LightEntity instead of Light ( #36028 )
2020-05-24 11:28:11 +02:00
Franck Nijhof
375f170da8
Upgrade hass-nabucasa to 0.34.3 ( #36025 )
2020-05-24 11:28:06 +02:00
Jason Hunter
cf6cc6c07c
Fix ONVIF PTZ and profile encoding issues ( #36006 )
...
* allow lib to create AsyncTransport
* fix transport close issue
* fix zoom only cameras without PTZ presets
* catch profiles without encoding configuration
* also catch ServerDisconnectedError for ptz
2020-05-24 11:28:02 +02:00
Bram Kragten
22a12cea5c
Update frontend to 20200519.4 ( #35987 )
2020-05-24 11:27:58 +02:00
Felipe Martins Diel
1feb8ada6c
Handle StorageError in the Broadlink integration ( #35986 )
2020-05-24 11:27:54 +02:00
Martin Hjelmare
47995edd10
Bump python-openzwave-mqtt to 1.0.2 ( #35980 )
2020-05-24 11:27:49 +02:00
Andre Lengwenus
5ffee336d5
Fix device_registry cleanup behavior ( #35977 )
...
* Fix: Only decives which are not referenced by an entity or a config_entry are removed
* Adapted test for async_cleanup
* Changed variable names
2020-05-24 11:27:44 +02:00
Martin Hjelmare
39f9981914
Fix lutron_caseta setup options ( #35974 )
2020-05-24 11:27:41 +02:00
Jason Hunter
9e1c35cfd7
Bump pyAV and close unclosed outputs ( #35960 )
...
* bump pyAV and close unclosed outputs
* skip stream from coverage for now
* fix divide by zero error
2020-05-24 11:27:37 +02:00
Chris Talkington
f4f031e703
Improve ipp unique id parsing ( #35959 )
2020-05-24 11:27:33 +02:00
Fredrik Erlandsson
970bb346d0
Fix Daikin AC integration for AirBase units ( #35952 )
2020-05-24 11:27:29 +02:00
Hugues Granger
9401525464
Fix typo in conf[CONF_SSL] ( #35946 )
2020-05-24 11:27:25 +02:00
Jason Hunter
8a9ba7e72d
Fix ONVIF Transport ( #35932 )
...
* allow lib to create AsyncTransport
* fix transport close issue
2020-05-24 11:27:22 +02:00
J. Nick Koston
f452e26269
Ensure homekit functions if numpy is unavailable ( #35931 )
2020-05-24 11:27:18 +02:00
Bram Kragten
d299a92cd3
Update frontend to 20200519.3 ( #35925 )
...
* Updated frontend to 20200519.2
* Updated frontend to 20200519.3
2020-05-24 11:27:15 +02:00
Chris Talkington
8d008d31bd
Update rokuecp to 0.4.1 ( #35899 )
...
* update rokuecp to 0.4.1
* Update requirements_all.txt
* Update requirements_test_all.txt
2020-05-24 11:27:11 +02:00
Aaron Bach
43ec35ee17
Fix Prezzibenzina doing I/O in the event loop ( #35881 )
...
* Fix Prezzibenzina doing I/O in the event loop
* Linting
2020-05-24 11:27:07 +02:00
Robert Chmielowiec
534fcefae1
Fix service registration supported features check ( #35718 )
2020-05-24 11:27:02 +02:00
Aaron Bach
19f36eb5a1
Auto-level AirVisual API calls ( #34903 )
2020-05-24 11:26:58 +02:00
Pascal Vizeli
7c784b6963
Merge pull request #35907 from home-assistant/rc
...
0.110.1
0.110.1
2020-05-21 12:26:15 +02:00
Pascal Vizeli
b266d3aaae
Bump version 0.110.1
2020-05-21 08:47:50 +00:00
J. Nick Koston
e170e6563b
Fix legacy Hunter Douglas PowerView devices ( #35895 )
...
These devices are missing firmware information
as the 1.0 firmware did not provide it.
2020-05-21 08:46:46 +00:00
J. Nick Koston
ddee8b68c6
Ensure storage write consume the data under the lock ( #35889 )
...
If two writes trigger at the same time the data would already
be consumed.
2020-05-21 08:46:45 +00:00
J. Nick Koston
c88c011df9
Ensure http can startup if homekit fails to load ( #35888 )
...
* Ensure HomeAssistant can startup if homekit fails to load
* Update homeassistant/components/logbook/manifest.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-05-21 08:46:43 +00:00
Jason Hunter
ae66f4250c
fix mjpeg issue along with some cameras not returning event capabilities properly ( #35885 )
2020-05-21 08:46:42 +00:00
Daniel Perna
c7008eb761
Fix light profiles for HomeMatic lights ( #35882 )
2020-05-21 08:46:41 +00:00
Bram Kragten
b9ab6d1e10
Updated frontend to 20200519.1 ( #35877 )
2020-05-21 08:46:39 +00:00
J. Nick Koston
1c38bcaeb5
Homekit should skip devices that are missing in device registry ( #35857 )
...
* Homekit should skip devices that are missing in device registry
* Add test for this failure state
2020-05-21 08:46:38 +00:00
Fredrik Erlandsson
813203a38f
Fix Daikin duplicate entries ( #35833 )
2020-05-21 08:46:37 +00:00
uvjustin
2d76e12c21
Handle None received from pyforked-daapd ( #35830 )
...
* Handle None received from API in forked-daapd
* Bump pyforked-daapd version in requirements
* Add test
2020-05-21 08:46:35 +00:00
Emilv2
e979b54413
Fix Delijn sensor naming ( #35789 )
2020-05-21 08:46:34 +00:00
Franck Nijhof
70b14518d0
Merge pull request #35828 from home-assistant/rc
0.110.0
2020-05-20 10:14:49 +02:00
Franck Nijhof
f3e5d03384
Bumped version to 0.110.0
2020-05-20 08:57:01 +02:00
Robert Svensson
57bcb4743d
UniFi - Fix disabled entities being enabled after a restart ( #35819 )
...
* Async remove call removed too much, resulting in disabled entities coming back after a restart
* Calling super().async_remove is no longer needed, changed to self.async_remove
* Yes, they should be sets...
2020-05-20 08:55:06 +02:00
Bram Kragten
d81a19b5a2
Bumped version to 0.110.0b5
0.110.0b5
2020-05-19 20:21:58 +02:00
Bram Kragten
39ce063500
Updated frontend to 20200519.0 ( #35813 )
2020-05-19 20:19:45 +02:00
Alexei Chetroi
af34d130b6
Bump up ZHA dependencies. ( #35797 )
2020-05-19 20:11:22 +02:00
uvjustin
0cb5ccd492
Change version check in forked-daapd zeroconf step ( #35796 )
2020-05-19 20:11:22 +02:00
Anders Melchiorsen
7433fa9265
Upgrade pysonos to 0.0.30 ( #35793 )
2020-05-19 20:11:21 +02:00
Jason Hunter
d629a55134
Fix ONVIF subscription renewal ( #35792 )
...
* fix subscription renewal
* catch ValueError for #35762
2020-05-19 20:11:20 +02:00
Franck Nijhof
7a72ada8b2
Bumped version to 0.110.0b4
0.110.0b4
2020-05-18 22:36:58 +02:00
Bram Kragten
a28646bc24
Updated frontend to 20200518.0 ( #35785 )
2020-05-18 22:31:35 +02:00
MatsNl
ca4433bd70
Bump Atag dependency to 0.3.1.2 ( #35776 )
2020-05-18 22:31:29 +02:00
uvjustin
c61bcbf982
Skip forked_daapd ignored entries with empty entry.data ( #35772 )
2020-05-18 22:31:24 +02:00