We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc2094 commit 1adb48bCopy full SHA for 1adb48b
source/_components/deconz.markdown
@@ -75,10 +75,15 @@ Set attribute of device in Deconz using [Rest API](http://dresden-elektronik.git
75
| Service data attribute | Optional | Description |
76
|-----------|----------|-------------|
77
| `field` | No | String representing a specific device in deCONZ. |
78
+| `entity` | No | String representing a specific HASS entity of a device in deCONZ. |
79
| `data` | No | Data is a JSON object with what data you want to alter. |
80
81
+Field and entity are exclusive, i.e you can only use one in a request.
82
+
83
{ "field": "/lights/1", "data": {"name": "light2"} }
84
85
+{ "entity": "light.light1", "data": {"name": "light2"} }
86
87
{ "field": "/config", "data": {"permitjoin": 60} }
88
89
## {% linkable_title Remote control devices%}
0 commit comments