Hide some Automations and multiple conditions fixed.

This commit is contained in:
CCOSTAN 2016-10-12 17:38:27 +00:00
parent 5a0dd45d3b
commit 9d85764719
8 changed files with 22 additions and 12 deletions

View File

@ -1,4 +1,5 @@
- alias: Login Failure
hide_entity: True
trigger:
platform: numeric_state
entity_id: sensor.badlogin

View File

@ -1,4 +1,5 @@
- alias: 'Device Status'
hide_entity: True
#This recipe sends a POST to IFTTT Maker channel. IFTTT then sends me a SMS Text with "device_status : Wii is Offline."
trigger:
- platform: state

View File

@ -1,6 +1,7 @@
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
- alias: 'Log Sprinkler Activity'
hide_entity: True
trigger:
- platform: event
event_type: rachio_water_stops

View File

@ -1,6 +1,7 @@
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
- alias: 'Log SkyBell Pressed Activity'
hide_entity: True
trigger:
- platform: event
event_type: skybell_pressed
@ -12,6 +13,7 @@
message: "Someone Pressed the Doorbell."
- alias: 'Log SkyBell Motion detection'
hide_entity: True
trigger:
- platform: event
event_type: skybell_motion

View File

@ -1,4 +1,5 @@
- alias: Startup Notification
hide_entity: True
trigger:
platform: event
event_type: homeassistant_start

View File

@ -7,8 +7,9 @@
event_type: tv_time
- platform: state
entity_id: sensor.samsungtv
state: 'Online'
state: Online
condition:
condition: and
conditions:
- condition: state
@ -16,7 +17,7 @@
state: home
- condition: state
entity_id: sensor.samsungtv
state: online
state: Online
- condition: state
entity_id: sun.sun
state: 'below_horizon'

View File

@ -1,4 +1,5 @@
- alias: "Update Available Notification"
hide_entity: True
trigger:
platform: state
entity_id: updater.updater

View File

@ -11,6 +11,8 @@
# - wind_bearing
# - cloud_cover
- humidity
- nearest_storm_distance
- minutely_summary
# - pressure
# - visibility
# - ozone