mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-15 10:44:41 +00:00
Lots of updates:
- Updated .gitignore to explicitly allow files and folders but block everything else. - Added automations for Kat's Phone - Updated Kat's Phone used in Tracking - Added Google Time to Home for Kat - Reducing the messages being sent to pushbullet.
This commit is contained in:
@@ -8,5 +8,4 @@ sequence:
|
||||
entity_id: switch.tower_lamp
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Turning inside lights off'
|
||||
message: "Inside lights are off!"
|
||||
message: "Inside lights are off"
|
||||
|
@@ -11,5 +11,4 @@ sequence:
|
||||
entity_id: scene.livingroom_normal
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Inside lights are on'
|
||||
message: "Inside lights are on!"
|
||||
message: "Inside lights are on"
|
||||
|
@@ -17,5 +17,4 @@ sequence:
|
||||
entity_id: switch.front_porch_right
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Outside lights are off'
|
||||
message: "Outside lights are off!"
|
||||
message: "Outside lights are off"
|
||||
|
@@ -14,8 +14,7 @@ sequence:
|
||||
entity_id: switch.front_porch_left
|
||||
- service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.front_porch_right
|
||||
entity_id: switch.front_porch_right
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Outside lights are on'
|
||||
message: "Outside lights are on!"
|
||||
message: "Outside lights are on"
|
||||
|
@@ -2,4 +2,4 @@ sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "owntracks/owntracks/jeffreysphone/cmd"
|
||||
payload_template: '{"_type":"cmd","action":"reportLocation"}'
|
||||
payload_template: '{"_type":"cmd","action":"reportLocation"}'
|
||||
|
Reference in New Issue
Block a user