Skip to content

Motion Sensor Widget

Igor Gladkov edited this page Aug 13, 2016 · 3 revisions

Configuration

Type
motion-sensor
Items
Type Element Item Required Config
default Text Contact
Switch
Yes inverted: boolean
Default size
1x1
Additional sizes
None

Examples

example.sitemap
Frame label="Bedroom {widget:motion-sensor}" {
  Text item=Sensor_Motion_Bedroom
}
example.sitemap
Contact Sensor_Motion_Bedroom {
  zwave="11:command=sensor_binary,respond_to_basic=true"
}
Clone this wiki locally