Skip to content

Commit 9b15c44

Browse files
authored
Merge pull request home-assistant#1306 from geirra/current
Update z-wave-device-specific.markdown
2 parents 32eeb61 + 3eb78af commit 9b15c44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/getting-started/z-wave-device-specific.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ You should check OZW.log to see if your new setting has been set
2525
Example entry in dev-service, setting binary reports for an Aeotec Multisensor 6:
2626
```yaml
2727
# Example entry in dev-service
28-
{"entity_id": "sensor.aetoec_multisensor_6_luminance_5",
29-
"parameter": "5",
30-
"value": "2"
28+
{
29+
"node_id": 42,
30+
"parameter": 5,
31+
"value": 2
3132
}
3233
```
3334

0 commit comments

Comments
 (0)