Skip to content

Commit

Permalink
[subdevice] items_optional for ZHAPresence (#7180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Aug 29, 2023
1 parent 9e8c35b commit dd4bb52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devices/generic/subdevices/presence_sensor.json
Expand Up @@ -7,9 +7,11 @@
"uuid": ["$address.ext", "0x01", "0x0406"],
"items": [
"config/on",
"config/duration",
"config/reachable",
"state/presence",
"state/lastupdated"
],
"items_optional":[
"config/duration"
]
}

0 comments on commit dd4bb52

Please sign in to comment.