mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-27 20:14:38 +00:00
Added new sensor for hassbian vlc - used in Disney Automations
This commit is contained in:
parent
d38242770b
commit
f9965e81d1
@ -4,3 +4,10 @@
|
|||||||
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…
x
Reference in New Issue
Block a user