Added new sensor for hassbian vlc - used in Disney Automations
This commit is contained in:
parent
d38242770b
commit
f9965e81d1
|
@ -3,4 +3,11 @@
|
||||||
state_topic: "smartthings/Garage Motion/contact"
|
state_topic: "smartthings/Garage Motion/contact"
|
||||||
payload_on: "active"
|
payload_on: "active"
|
||||||
payload_off: "inactive"
|
payload_off: "inactive"
|
||||||
device_class: motion
|
device_class: motion
|
||||||
|
|
||||||
|
- platform: command_line
|
||||||
|
name: vlc player
|
||||||
|
command: 'pidof vlc | wc -l'
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
scan_interval: 10
|
Loading…
Reference in New Issue