HomeAssistant Azure
692e4f27c4
[ci skip] Translation update
2020-01-21 00:33:20 +00:00
Franck Nijhof
6cf20fc7fa
Fix deCONZ update entry from Hassio discovery ( #31015 )
...
* Fix deCONZ update entry from Hassio discovery
* Empty commit to re-trigger build
2020-01-20 08:18:10 -08:00
HomeAssistant Azure
f20b3515f2
[ci skip] Translation update
2020-01-20 00:31:55 +00:00
HomeAssistant Azure
6c84c126ea
[ci skip] Translation update
2020-01-19 00:32:00 +00:00
Robert Svensson
c9db21ffac
Fix service device refresh calling state update ( #30920 )
2020-01-17 15:33:46 -08:00
Robert Svensson
7b29a498c6
Fix issue with group unique id when normalising bridge id ( #30904 )
2020-01-17 15:28:34 -08:00
HomeAssistant Azure
24a381456a
[ci skip] Translation update
2020-01-17 00:31:45 +00:00
HomeAssistant Azure
f9fe91ee74
[ci skip] Translation update
2020-01-14 00:31:46 +00:00
HomeAssistant Azure
0534153ae7
[ci skip] Translation update
2020-01-13 00:31:54 +00:00
HomeAssistant Azure
d6512c8a9f
[ci skip] Translation update
2020-01-11 00:31:55 +00:00
Robert Svensson
d883ee62f8
deCONZ - Disable daylight sensor by default ( #30625 )
...
* Dont enable daylight sensor by default
* Fix tests
2020-01-10 19:57:08 +01:00
HomeAssistant Azure
4fb36451c2
[ci skip] Translation update
2020-01-10 00:31:50 +00:00
HomeAssistant Azure
8062bed53e
[ci skip] Translation update
2020-01-09 00:31:49 +00:00
Franck Nijhof
0e9b414c26
Migrate Integration Quality Scale from docs to manifest ( #30579 )
2020-01-08 14:19:42 +01:00
Robert Svensson
84a1afc785
deCONZ - Fix device automations ( #30577 )
2020-01-08 10:06:33 +01:00
Robert Svensson
0d48d682dc
deCONZ - Make sensors sorted on creation for deterministic order ( #30569 )
...
* Make sensors sorted on creation for deterministic order
* Martins comment
2020-01-08 09:30:02 +01:00
HomeAssistant Azure
8b7ffcdaf1
[ci skip] Translation update
2020-01-08 00:31:50 +00:00
FrengerH
83d18c183b
Fix missing strings for deconz magic cube rotation support ( #30552 )
...
* Fix missing strings for deconz magic cube rotation
* Fix missing strings for deconz magic cube rotation
2020-01-07 19:06:25 +01:00
Franck Nijhof
345cc244ed
Correct names in manifests (C-L) ( #30532 )
2020-01-07 08:19:17 +01:00
HomeAssistant Azure
8c70fb5463
[ci skip] Translation update
2020-01-07 00:32:07 +00:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
FrengerH
0d1da9f5cb
deCONZ - Rotation support for Xiaomi magic cube ( #30472 )
...
* Added rotation to deconz magic cube event
* Device trigger support
2020-01-06 12:34:27 +01:00
HomeAssistant Azure
d1ed67f44a
[ci skip] Translation update
2020-01-06 00:32:11 +00:00
Ville Skyttä
5216477353
Be consistent with Home Assistant and Hass.io spelling ( #30500 )
...
* Be consistent with Home Assistant spelling
* Be consistent with Hass.io spelling
2020-01-05 14:09:17 +02:00
HomeAssistant Azure
063193e6e5
[ci skip] Translation update
2020-01-05 00:32:15 +00:00
Robert Svensson
967fe89f6d
deCONZ - Allow manual configuration to update existing configuration ( #30469 )
...
* Allow manual configuration to update existing configuration
* Harmonize tests
2020-01-04 22:55:57 +01:00
Robert Svensson
536b201472
WIP deCONZ - Support Fyrtur/Kadrilj battery sensors ( #30403 )
...
* Sensor.binary is None means unsupported sensor
* Don't create ordinary sensor on ZHABattery type
2020-01-03 15:15:32 +01:00
Ian Duffy
5580ee3fa1
Don't allow badly formed upnp devices to kill auto discovery ( #30342 )
...
Prevent the following from occurring:
```
2019-12-31 22:38:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 85, in async_init
return await self._async_handle_step(flow, flow.init_step, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 145, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/components/deconz/config_flow.py", line 182, in async_step_ssdp
if discovery_info[ssdp.ATTR_UPNP_MANUFACTURER_URL] != DECONZ_MANUFACTURERURL:
KeyError: 'manufacturerURL'
2019-12-31 22:38:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 85, in async_init
return await self._async_handle_step(flow, flow.init_step, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 145, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/components/deconz/config_flow.py", line 182, in async_step_ssdp
if discovery_info[ssdp.ATTR_UPNP_MANUFACTURER_URL] != DECONZ_MANUFACTURERURL:
KeyError: 'manufacturerURL'
```
2020-01-03 12:08:40 +01:00
Robert Svensson
0a4f3ec1ec
Use config entry unique id for deCONZ ( #30122 )
...
* Use config entry unique id
* Clean up
* Backwards compatiblity note
* Fix some of Balloobs comments
* Bump dependency to v66
* Black somehow missed config flow tests...
* Move set unique ID til after possibility to update existing entry
2020-01-03 11:50:53 +01:00
HomeAssistant Azure
ae51331d49
[ci skip] Translation update
2019-12-31 00:32:20 +00:00
HomeAssistant Azure
13116d8d3f
[ci skip] Translation update
2019-12-30 00:32:19 +00:00
HomeAssistant Azure
5d8dda4f68
[ci skip] Translation update
2019-12-29 00:32:14 +00:00
Kerwood
9d6f3654ad
DECONZ - Added support for Aqara single switch WXKG03LM ( #30240 )
2019-12-27 21:47:45 +01:00
HomeAssistant Azure
bb35d93fde
[ci skip] Translation update
2019-12-25 00:32:06 +00:00
Robert Svensson
e9dc404de1
Allow battery value of 0 as well as make sure to not create a battery tracker if one already exist ( #30155 )
2019-12-22 22:58:22 +01:00
Franck Nijhof
d101d4449f
Fix deconz SSDP updating Hassio discovery ( #30153 )
2019-12-22 22:24:18 +01:00
Franck Nijhof
eb0aed3653
Fix update port and api key on deconz discovery config entry u… ( #30088 )
...
* Fix update port and api key on discovery config entry update
* Remove coroutine from _update_entry
2019-12-20 10:29:18 +01:00
Ville Skyttä
d236a19139
Include all SSDP data in discovery info ( #28197 )
...
* Include all SSDP data in discovery info
* Use UPnP device description as discovery info, inject some SSDP attrs
* Clean up attribute names
* Adapt existing SSDP flows to changed attribute names
* Prefix all SSDP UPnP attribute name constants with ATTR_UPNP, tweak a bit
2019-12-19 19:28:03 +02:00
HomeAssistant Azure
95a6a7502a
[ci skip] Translation update
2019-12-16 00:32:25 +00:00
HomeAssistant Azure
c2357d843b
[ci skip] Translation update
2019-12-11 00:32:21 +00:00
Paulus Schoutsen
27244e29c4
Install discovery requirements if used ( #29795 )
...
* Install discovery requirements if used
* Update loader.py
* Fix types
2019-12-10 09:24:49 +01:00
Robert Svensson
57a3f7d5c8
Pass in parameters explicitly to DeconzSession ( #29617 )
...
Dont pass in loop to DeconzSession
Services will use new refresh state method
2019-12-08 16:53:34 +01:00
SukramJ
7f4baab3f6
Add additional Magic Cube Model ( #29598 )
2019-12-08 09:20:13 +01:00
Paulus Schoutsen
28e9f1d0b8
Fix deconz import
2019-12-04 21:57:08 -08:00
springstan
89c7629215
Move imports to top for deconz ( #29489 )
2019-12-04 21:17:18 -08:00
HomeAssistant Azure
a1a131334a
[ci skip] Translation update
2019-12-04 00:32:11 +00:00
HomeAssistant Azure
f6dd51a7fb
[ci skip] Translation update
2019-11-28 00:32:18 +00:00
Robert Svensson
bdb3eb1683
Handle case when device can be None ( #29171 )
2019-11-27 14:14:19 -08:00
HomeAssistant Azure
807de1aeb3
[ci skip] Translation update
2019-11-26 00:32:24 +00:00
Pascal Vizeli
051e37eb49
Fix ikea lights on deconz ( #28949 )
...
* Fix ikea lights on deconz
* check for None
* Use cleaner code style
2019-11-22 15:32:05 +01:00