jjlawren
21d48218aa
Use server-specific unique_ids for Plex media_players ( #28447 )
2019-11-01 22:41:26 +01:00
Robert Svensson
557e585e56
deCONZ - Support creating battery sensor when reported ( #27538 )
2019-11-01 22:31:22 +01:00
Robert Svensson
62b09580c4
deCONZ - Add Xiaomi Aqara Cube device trigger support ( #27548 )
...
* Add Xiaomi Aqara Cube device trigger support
2019-11-01 22:29:34 +01:00
Santobert
07b7d514ac
Add improved scene support to the water_heater integration ( #28277 )
2019-11-01 13:37:34 -07:00
Santobert
12f1a8f551
Add improved scene support to the alarm_control_panel integration ( #28269 )
...
* Add improved scene support to the alarm_control_panel integration
* Add service description for alarm_arm_custom_bypass
2019-11-01 13:36:18 -07:00
SukramJ
1fb377e61e
Use defined device class constants for Homematic ( #28438 )
...
* Use defined device classes for Homematic
* Remove not required default None
* Missed on None
2019-11-01 21:25:33 +01:00
phispi
f8d779e840
Prevent TypeError when KNX RGB(W) light value contains None ( #28358 )
...
* Prevent TypeError when KNX RGB(W) light value contains None.
* Pylint doesn't like 'w' as variable name, therefore using 'white' instead.
* Simplified code as suggested by pvizeli.
2019-11-01 21:23:23 +01:00
John Mihalic
44879b323e
Bump pyEight library to 0.1.2 to update API URL ( #28413 )
2019-11-01 18:40:35 +01:00
Robin Pronk
c7d72f55e9
SNMP switch fix integer support ( #28425 )
2019-11-01 15:38:13 +01:00
Fabian Affolter
07337badcd
Upgrade pysnmp to 4.4.12 ( #28428 )
2019-11-01 14:28:38 +01:00
Michael Schoonmaker
6f24d2bb3b
Add a Services YAML for the Dominos integration ( #27289 ) ( #28339 )
2019-11-01 14:27:26 +01:00
Fabian Affolter
72a17d4c67
Upgrade thingspeak to 1.0.0 ( #28424 )
2019-11-01 13:09:45 +01:00
HomeAssistant Azure
bb6a617a6f
[ci skip] Translation update
2019-11-01 00:32:13 +00:00
Daniyar Yeralin
54361342ba
Introduce SUPPORT_COLOR_TEMP for flux_led component ( #26692 )
...
* Introduce SUPPORT_COLOR_TEMP for flux_led component
* Make black linter happy
* Remove duplicate SUPPORT_COLOR_TEMP
* Make linter happy
2019-11-01 00:15:20 +01:00
Malte Franken
d200c2dca2
fix feedreader handling unrecognized published date ( #28225 )
2019-10-31 21:05:42 +01:00
escoand
82729bef70
Show all UPNP/IGD sensors in one device ( #27517 )
...
* show all UPNP/IGD sensors in one device
* use device name correctly
* Use id of device
2019-10-31 20:51:35 +01:00
thoscut
ec373d90c1
Add file list to attributes of folder sensor ( #28338 )
2019-10-31 20:49:33 +01:00
gngj
b74711793e
Fill services.yaml for squeezebox ( #28247 )
...
* fill services.yaml for squeezebox
* Minor fix
2019-10-31 20:32:05 +01:00
Nikolay Vasilchuk
abbf6595bb
Fix ( #28369 )
2019-10-31 12:07:07 -07:00
Tsvi Mostovicz
674860e00e
Fix hdate spamming homeassistant log ( #28392 )
...
* Fix hdate spamming homeassistant log
* Lower verbosity of another spammy message
2019-10-31 11:16:27 -07:00
ZiroNL
5854eef47b
Add services.yaml to onvif component ( #28349 )
2019-10-31 18:57:00 +01:00
Robert Van Gorkom
226b2bc3d0
Update withings-api to avoid data parsing bugs. ( #28382 )
2019-10-31 18:29:10 +01:00
Alexei Chetroi
89213a4ce8
Don't set entity_id in ZHA entities ( #28362 )
...
* Don't set entity_id on ZHA entities.
* Update tests.
* Use comma as separator for multiple channel names.
* Address PR comments.
2019-10-31 12:31:06 -04:00
Maciej Bieniek
d133501735
Fix Airly asyncio timeout error ( #28387 )
...
* Raise ConfigEntryNotReady
* Better asyncio.TimeoutError handling
* Sort imports
* Increase asyncio timeout
2019-10-31 09:29:27 -07:00
ochlocracy
ff5b070f4b
Implement Alexa.SeekController Interface for media_player in Alexa ( #28299 )
...
* Implement Alexa.SeekController Interface for Alexa
* Added error handling and duration checks.
* Split out media_player SeekController tests and added error test.
2019-10-31 10:38:44 +01:00
gngj
bfe4a85e9d
Fill services.yaml for duckdns ( #28248 )
...
* Fill services.yaml for duckdns
* Apply suggestions from code review
Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
2019-10-31 09:51:15 +01:00
Mark Coombes
e11c9d710c
Add modelnumber for ecobee4 ( #28278 )
2019-10-31 09:49:38 +01:00
Santobert
89df821113
Flux log with debug instead of info ( #28352 )
2019-10-31 09:41:44 +01:00
fredericvl
ef92c5672d
Bump pysaj to v0.0.13 (fix for sensor date) ( #28351 )
2019-10-31 09:39:27 +01:00
Steve M
d3750401c1
Bump env_canada to fixed 0.0.29 version ( #28360 )
...
* Bump env_canada to fixed 0.0.29 version
* bump env_canada to 0.29
2019-10-31 09:38:53 +01:00
HomeAssistant Azure
ee24710524
[ci skip] Translation update
2019-10-31 00:32:14 +00:00
Erik Montnemery
8ae43d2de3
Add device triggers to cover ( #28063 )
...
* Add device triggers to cover
* Use numeric_state trigger instead of template trigger
* Tweak translations
2019-10-30 20:49:01 +01:00
Aaron Bach
bda3aadbcf
Bump pymyq to 2.0.1 ( #28348 )
2019-10-30 09:05:13 -06:00
ZiroNL
4350467a00
Add services.yaml to local_file component. ( #28330 )
2019-10-30 08:36:53 +01:00
springstan
f8efc2adc6
Fix KeyError in decora setup ( #28279 )
...
* Imported homeassistant.util and slugified address if no name is specified
* Added a custom validator function in case name is not set in config
* Removed logger.debug line only used for testing
2019-10-30 07:57:40 +01:00
HomeAssistant Azure
e700384cce
[ci skip] Translation update
2019-10-30 00:32:11 +00:00
David Bonnes
e1eab214ad
allow multiple heaters per incomfort gateway ( #28324 )
...
* add multiple heaters per gateway
* bump client to handle the above
2019-10-29 21:29:39 +00:00
Sebastian Muszynski
6d734a714e
Clean up Xiaomi Air Quality Monitor support (cgllc.airmonitor.b1) ( #28301 )
...
* Clean up Xiaomi Air Quality Monitor support (cgllc.airmonitor.b1)
* Remove unused variable
* Provide a proper unique_id
* Incorporate review
* Wrap the method that cause the exception
* Undo mistakenly changed file. Fixed in the separate PR.
2019-10-29 22:17:09 +01:00
Renaud Martinet
3a9e3ce857
Add services description for sabnzbd component ( #28252 )
2019-10-29 15:17:49 -04:00
Bram Kragten
5592eb7709
Updated frontend to 20191025.1 ( #28327 )
2019-10-29 16:30:33 +01:00
Pascal Vizeli
c00b058e53
Cleanup not needed websocket flags for ingress ( #28295 )
2019-10-29 12:05:05 +01:00
Jonas Janz
502f59977a
Add description for arlo.update service ( #28270 )
2019-10-29 11:02:25 +01:00
Franck Nijhof
756c36171d
Bump youtube_dl to 2019.10.29 ( #28312 )
2019-10-29 09:37:51 +01:00
Paulus Schoutsen
79ac77a93d
Almond integration ( #28282 )
...
* Initial Almond integration
* Hassfest
* Update library
* Address comments
* Fix inheritance issue py36
* Remove no longer needed check
* Fix time
2019-10-28 23:47:31 -07:00
Franck Nijhof
04ab20846a
Bump black to 19.10b0 ( #28310 )
2019-10-28 23:32:34 -07:00
Sebastian Muszynski
5b96704c4a
Use dict[key] for required config keys ( #28304 )
...
* Use dict[key] for required config keys
* Change CONF_NAME too because it has a default
2019-10-29 01:45:22 +01:00
Sebastian Muszynski
a0f764cf6d
Remove blocking I/O from the event loop ( #28305 )
2019-10-29 01:44:26 +01:00
HomeAssistant Azure
0e4331e922
[ci skip] Translation update
2019-10-29 00:32:16 +00:00
Josh Bendavid
1e27a1f2b9
Add keyboard_remote trigger on multiple event types and emulate key hold events ( #27761 )
...
* convert keyboard_remote to async and add possibility to trigger on multiple event types, as well as emulate key hold events
* update requirements
* cleanup shutdown handling and config handling as well as address other minor comments
* cleanup unused return values and debug message formatting
* move start and stop event listen to separate coroutine plus minor cleanup
* make setup coroutine a function
* fix import order and attribute defined outside of init
* add to codeowners
* update codeowners
2019-10-29 00:59:13 +01:00
Florent Thoumie
0ef99934b7
Add more iaqualink entity properties, fix timeout issues ( #28236 )
...
* iaqualink: implement some more entity properties
* Style fixes
2019-10-29 00:42:06 +01:00