Paulus Schoutsen
3cdcd5d223
Bumped version to 0.110.5
2020-06-05 12:44:11 -07:00
Franck Nijhof
882359d784
Fix iOS app crashing on None values in Zeroconf service info ( #36490 )
2020-06-05 12:44:08 -07:00
Paulus Schoutsen
0a779ac64c
Add partial mobile app sensor validation ( #36433 )
2020-06-05 12:43:18 -07:00
Paulus Schoutsen
7194b74580
Merge pull request #36238 from home-assistant/rc
2020-05-28 17:17:56 -07:00
Paulus Schoutsen
33f645aba9
Bumped version to 0.110.4
2020-05-28 15:52:40 -07:00
Erik Montnemery
093d797c3b
Correct MQTT device trigger reconfiguration with same topic ( #36234 )
2020-05-28 15:52:34 -07:00
Erik Montnemery
8426bdc9ae
Fix custom position range ( #36222 )
2020-05-28 15:52:33 -07:00
Aaron Bach
ca0149c635
Prevent AirVisual from polling ( #36199 )
...
* Prevent AirVisual from polling
* Docstring
2020-05-28 15:52:32 -07:00
Chris Talkington
e967c93b7b
Fix roku select source with app ids ( #36191 )
2020-05-28 15:52:32 -07:00
Erik Montnemery
3a80cb1d1d
Bump zeroconf, pychromecast. Log if zeroconf.get_service_info fails. ( #36185 )
2020-05-28 15:52:31 -07:00
J. Nick Koston
61d8efae5f
Update cast to use shared zeroconf ( #35570 )
...
* Update cast to use the shared zeroconf instance
* Add zeroconf to after_dependencies
* Bump version to 5.2.0
2020-05-28 15:52:30 -07:00
Jason Hunter
c710f9994c
Fix empty preset element in ONVIF response ( #36182 )
2020-05-28 15:51:16 -07:00
Paulus Schoutsen
0865791116
Revert DSMR not calling entity methods ( #36179 )
2020-05-28 15:51:16 -07:00
Markus Bong
d4f7fe16ca
Fix cloud connection within API ( #36158 )
2020-05-28 15:51:15 -07:00
Steven Rollason
e6e7d0651d
Check todoist due date is not None in async_get_events ( #36140 )
...
* Check that due date is not None
Check that due date is not None, prevents taks without due dates from breaking Calendar API
* Invert None check to reduce indentation
2020-05-28 15:51:14 -07:00
J. Nick Koston
4df8e51edd
Use a single service browser for zeroconf discovery ( #35997 )
2020-05-28 15:51:13 -07:00
Erik Montnemery
2df1c90e6a
Let PAHO MQTT client handle connection to MQTT server ( #35983 )
...
* Let PAHO client handle connection to MQTT server
2020-05-28 15:51:12 -07:00
Jeff Irion
dc00fa9c27
Fix Android TV icon when screencap option is disabled ( #35710 )
...
* Don't return a media image hash if the screencap config option is False
* 1-liner
2020-05-28 15:51:12 -07:00
J. Nick Koston
d1be3c8268
Add ability to ignore heos discovery ( #34653 )
...
* Add ability to ignore heos discovery
* Fetch player_id, update tests
* Handle failure state
* Update tests as there are two players in the mock now
* Adjust and add more tests
* Strip out player id lookup
* reverts per review
* one more revert
2020-05-28 15:51:11 -07:00
Franck Nijhof
4054b1744f
Merge pull request #36155 from home-assistant/rc
2020-05-26 13:30:45 +02:00
Franck Nijhof
cf585babbe
Bumped version to 0.110.3
2020-05-26 12:12:34 +02:00
Bram Kragten
73aca24f30
Update frontend to 20200519.5 ( #36154 )
2020-05-26 12:11:57 +02:00
Paulus Schoutsen
701f906898
Fix client ID lookup for official apps ( #36131 )
2020-05-26 12:11:53 +02:00
J. Nick Koston
4c21adfd88
Remove unsupported stop feature with Hunter Douglas Powerview 1.0 Hubs ( #36129 )
2020-05-26 12:11:49 +02:00
Jason Hunter
ef3019f922
fix preset warning ( #36110 )
2020-05-26 12:11:45 +02:00
Jason Hunter
79ed8b03dc
guard against missing topic ( #36108 )
2020-05-26 12:11:41 +02:00
Chris Talkington
a1eb513bbc
Update rokuecp to 0.4.2 ( #36102 )
...
* update rokuecp to 0.4.2
* Update requirements_all.txt
* Update requirements_test_all.txt
2020-05-26 12:11:37 +02:00
J. Nick Koston
a656a40fd7
Ensure homekit bridge state is restored before creating devices ( #36098 )
...
* Ensure homekit bridge state is restored before creating devices
* Tests to ensure homekit device registry entry is stable
* remove stray continue
2020-05-26 12:11:34 +02:00
Aaron Bach
53c2227b1d
Fix bugs with AirVisual auto-leveling API ( #36097 )
...
* Fix bugs with AirVisual auto-leveling API
* Code review
* Code review
2020-05-26 12:11:30 +02:00
Chris Talkington
3d921cec04
Fix roku play/pause during standby ( #36096 )
2020-05-26 12:11:26 +02:00
Minims
249c00d08f
Fix onvif snapshot for Sricam SP009 ( #36095 )
2020-05-26 12:11:22 +02:00
Thomas Hollstegge
0f7ea290ca
Fix emulated_hue compatibility with older devices ( #36090 )
...
* Fix emulated_hue compatibility with older devices
* Fix test ugliness
* Fix pylint errors
2020-05-26 12:11:18 +02:00
Daniel Høyer Iversen
7e90d4dd7b
Fix opengarage async_setup_platform ( #36075 )
...
* opengarage async_setup_platform
* async_add_entities
2020-05-26 12:11:15 +02:00
isk0001y
b6c519e5df
Re-read last imap_email_content email when no change ( #36065 )
2020-05-26 12:11:11 +02:00
Jason Hunter
179e601966
Fix ONVIF config entry unique ID ( #36008 )
...
* fallback to device serial number if no mac available
* make password optional to fix #35904
* update tests to reflect new flow
* fix snake case and AsyncMock
* add comments around why weird things are being done
2020-05-26 12:11:08 +02:00
Florent Thoumie
fad79046a8
Fix iaqualink sensors ( #36000 )
...
* iaqualink: small sensor fixes
* Re-add device_class, fix type hints.
2020-05-26 12:11:04 +02:00
Florent Thoumie
1eeba0531e
Bump iaqualink to 0.3.3 ( #35999 )
2020-05-26 12:11:00 +02:00
Julius Mittenzwei
011e0a0fcc
Bump pyvlx to 0.2.16 ( #35971 )
2020-05-26 12:10:56 +02:00
Franck Nijhof
f897264c7f
Merge pull request #36070 from home-assistant/rc
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