Pass in parameters explicitly to DeconzSession (#29617)
Dont pass in loop to DeconzSession Services will use new refresh state method
This commit is contained in:
parent
00dc721609
commit
57a3f7d5c8
16 changed files with 219 additions and 137 deletions
|
@ -26,10 +26,10 @@ SUPPORTED_PLATFORMS = [
|
|||
"switch",
|
||||
]
|
||||
|
||||
NEW_GROUP = "group"
|
||||
NEW_LIGHT = "light"
|
||||
NEW_SCENE = "scene"
|
||||
NEW_SENSOR = "sensor"
|
||||
NEW_GROUP = "groups"
|
||||
NEW_LIGHT = "lights"
|
||||
NEW_SCENE = "scenes"
|
||||
NEW_SENSOR = "sensors"
|
||||
|
||||
NEW_DEVICE = {
|
||||
NEW_GROUP: "deconz_new_group_{}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue