Bram Kragten
2bdf7fc8f5
Fix Hue linking with non ASCII chars in location ( #29213 )
...
* Fix Hue linking with non ASCII chars in location
* Use slugify
2019-11-30 21:33:11 -08:00
springstan
8908dba5b4
Add device trigger for alarm_control_panel ( #29068 )
...
* Added device trigger to alarm control panel
* Added supported features to check that device has certain trigger
* Fixed tests for device_trigger
* Fixed pylint error
* Removed pending trigger and removed trigger condition
2019-11-30 21:30:51 -08:00
Franck Nijhof
d5efd0b352
Fix Espalexa being detected as Hue Bridge ( #29237 )
2019-11-30 21:28:42 -08:00
Santobert
c0619944fa
Neato reduce API calls ( #29156 )
...
* initial commit
* Fix a bug where some values are not available
* Workaround if git_robot_info() is not available
2019-11-30 21:26:44 -08:00
springstan
bb46918d2e
Move imports to top for scsgate ( #29257 )
2019-11-30 21:24:54 -08:00
springstan
1560d84cd7
Move imports to top for sisyphus ( #29252 )
2019-11-30 21:24:38 -08:00
springstan
8da7f40736
Move imports to top for smarty ( #29251 )
2019-11-30 21:24:17 -08:00
springstan
bea5d18c4a
Move imports to top for sochain ( #29250 )
2019-11-30 21:23:59 -08:00
springstan
6726c4c76b
Move imports to top for spider ( #29249 )
2019-11-30 21:23:48 -08:00
springstan
9fbb345ce0
Move imports to top for tradfri ( #29247 )
2019-11-30 21:23:39 -08:00
springstan
93150f6f94
Move imports to top for sensehat ( #29259 )
2019-11-30 21:23:09 -08:00
springstan
f2b06d9abd
Move imports to top for sht31 ( #29260 )
2019-11-30 21:22:53 -08:00
springstan
221db3a2dd
Move imports to top for simplepush ( #29261 )
2019-11-30 21:22:33 -08:00
springstan
11b274989a
Move imports to top for satel_integra ( #29263 )
2019-11-30 21:22:18 -08:00
springstan
4ceddc6d35
Move imports to top for sabnzbd ( #29266 )
2019-11-30 21:22:05 -08:00
springstan
3aff90c0ac
Move imports to top for rpi_gpio_pwm ( #29270 )
2019-11-30 21:21:46 -08:00
springstan
453569a469
Move imports to top for russound_rio ( #29267 )
2019-11-30 21:21:40 -08:00
springstan
db2f53dfc1
Move imports to top for russound_rnet ( #29268 )
2019-11-30 21:21:28 -08:00
springstan
82d8c9c2ca
Move imports to top for rova ( #29269 )
2019-11-30 21:21:08 -08:00
springstan
869e71f455
Move imports to top for rpi_rf ( #29271 )
2019-11-30 21:20:33 -08:00
springstan
7ad139bb63
Move imports to top for roomba ( #29272 )
2019-11-30 21:20:17 -08:00
springstan
96a28e59bc
Move imports to top for route53 ( #29273 )
2019-11-30 21:19:28 -08:00
HomeAssistant Azure
aa9514b774
[ci skip] Translation update
2019-12-01 00:34:59 +00:00
springstan
5dbfa16e04
Move imports to top for simplisafe ( #29262 )
2019-11-30 17:16:05 -07:00
Wim Haanstra
bde453be47
Address DSMR Reader review notes ( #29209 )
...
* Fix review issues
* Remove None from get method
* No longer need logging import
* Give definition without name a default name
2019-11-30 16:23:03 +01:00
HomeAssistant Azure
8ae0d891e4
[ci skip] Translation update
2019-11-30 00:32:19 +00:00
springstan
4bec14b0f6
Move imports to top for swiss_public_transport ( #29228 )
...
* Move imports to top for swiss_public_transport
* Remove import of exceptions since only one exception is used
2019-11-29 22:16:14 +01:00
springstan
fbfbae8ad9
Move imports to top for swiss_hydrological_data ( #29227 )
2019-11-29 21:50:09 +01:00
springstan
39bf1b5f5d
Move imports to top for stiebel_eltron ( #29224 )
2019-11-29 21:32:03 +01:00
springstan
7d90b1f9ec
Move imports to top for streamlabswater ( #29225 )
2019-11-29 21:27:00 +01:00
springstan
93bb1a6816
Move imports to top for supla ( #29226 )
2019-11-29 21:26:23 +01:00
springstan
bbecd55c09
Move imports to top for synology ( #29230 )
2019-11-29 21:22:03 +01:00
springstan
c30dfac4ed
Move imports to top for synologdsm ( #29231 )
2019-11-29 21:21:00 +01:00
springstan
e4b26dc02b
Move imports to top for tahoma ( #29232 )
2019-11-29 21:19:49 +01:00
springstan
11331ad26e
Move imports to top for starlingbank ( #29233 )
2019-11-29 21:18:52 +01:00
springstan
04bad4bc74
Move imports to top for switchbot ( #29229 )
2019-11-29 19:34:40 +01:00
Michaël Arnauts
e405398ca4
Allow turning off a tado water heater ( #29221 )
2019-11-29 19:22:22 +01:00
Bram Kragten
4065c46046
Fix smartthings cloud webhook ( #29219 )
...
* Fix smartthings cloud webhook
* Update smartapp.py
2019-11-29 18:29:45 +01:00
springstan
392cdf49e6
Allow controlling Tado Hot Water Devices with temperature control ( #29191 )
2019-11-29 16:29:39 +01:00
tetienne
12155cb66e
Fix somfy switch inherit from SwitchDevice instead of ToggleEntity ( #29182 )
2019-11-29 12:08:20 +01:00
Malte Franken
6126d05935
Migrate NSW Rural Fire Service integration to async library ( #29181 )
...
* use async integration library
* adapted unit tests
* removed unused constants
* relocated constants
* simplified generation of new entries
* small code fixes
* increased test coverage and removed unused code
* fixed comment
* simplified patch code
2019-11-29 12:06:21 +01:00
springstan
364d1cff40
Move imports to top for xiaomi ( #29197 )
2019-11-29 08:09:36 +01:00
springstan
e63bca4f32
Move imports to top for xiaomi_aqara ( #29196 )
2019-11-29 08:09:10 +01:00
michaeldavie
1322661ee0
Handle None when trucating long Environment Canada state values ( #29208 )
...
* Handle None when trucating long state values, add info message
* Black
2019-11-29 04:13:21 +01:00
springstan
1c824f5ca7
Move imports to top for ziggo_mediabox_xl ( #29193 )
2019-11-29 02:10:08 +01:00
springstan
e5aa050def
Move imports to top for zhong_hong ( #29194 )
2019-11-29 02:09:03 +01:00
springstan
fe34ea1865
Move imports to top for zabbix ( #29195 )
2019-11-29 02:07:52 +01:00
springstan
66aae61fd5
Move imports to top for wirelesstag ( #29198 )
2019-11-29 02:03:14 +01:00
Fabian Affolter
0d30a6bcac
Upgrade youtube_dl to 2019.11.28 ( #29199 )
2019-11-29 02:02:01 +01:00
springstan
25ad933d2d
Move imports to top for vultr ( #29200 )
2019-11-29 02:00:40 +01:00