@ -1,4 +1,5 @@
- alias: Login Failure
hide_entity: True
trigger:
platform: numeric_state
entity_id: sensor.badlogin
- alias: 'Device Status'
#This recipe sends a POST to IFTTT Maker channel. IFTTT then sends me a SMS Text with "device_status : Wii is Offline."
- platform: state
@ -1,6 +1,7 @@
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
- alias: 'Log Sprinkler Activity'
- platform: event
event_type: rachio_water_stops
- alias: 'Log SkyBell Pressed Activity'
event_type: skybell_pressed
@ -12,6 +13,7 @@
message: "Someone Pressed the Doorbell."
- alias: 'Log SkyBell Motion detection'
event_type: skybell_motion
- alias: Startup Notification
platform: event
event_type: homeassistant_start
@ -7,19 +7,20 @@
event_type: tv_time
entity_id: sensor.samsungtv
state: 'Online'
state: Online
condition: and
conditions:
- condition: state
entity_id: group.family
state: home
state: online
entity_id: sun.sun
state: 'below_horizon'
condition:
action:
service: scene.turn_on
- alias: "Update Available Notification"
platform: state
entity_id: updater.updater
@ -11,6 +11,8 @@
# - wind_bearing
# - cloud_cover
- humidity
- nearest_storm_distance
- minutely_summary
# - pressure
# - visibility
# - ozone
Powered by TurnKey Linux.