Adding some new sensores, removing unused scripts

This commit is contained in:
Jeffrey Stone
2018-03-09 12:25:13 -05:00
parent 9120caf8e0
commit e62b8f3bc7
5 changed files with 3 additions and 41 deletions

View File

@@ -1,7 +0,0 @@
jeff_is_moving:
sequence:
- service: mqtt.publish
data:
topic: "jeff/location/status"
payload: "moving"
retain: true

View File

@@ -1,7 +0,0 @@
jeff_is_stationary:
sequence:
- service: mqtt.publish
data:
topic: "jeff/location/status"
payload: "stationary"
retain: true