mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
Hide some Automations and multiple conditions fixed.
This commit is contained in:
parent
5a0dd45d3b
commit
9d85764719
@ -1,4 +1,5 @@
|
|||||||
- alias: Login Failure
|
- alias: Login Failure
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
platform: numeric_state
|
platform: numeric_state
|
||||||
entity_id: sensor.badlogin
|
entity_id: sensor.badlogin
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
- alias: 'Device Status'
|
- 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."
|
#This recipe sends a POST to IFTTT Maker channel. IFTTT then sends me a SMS Text with "device_status : Wii is Offline."
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
||||||
|
|
||||||
- alias: 'Log Sprinkler Activity'
|
- alias: 'Log Sprinkler Activity'
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: rachio_water_stops
|
event_type: rachio_water_stops
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
||||||
|
|
||||||
- alias: 'Log SkyBell Pressed Activity'
|
- alias: 'Log SkyBell Pressed Activity'
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: skybell_pressed
|
event_type: skybell_pressed
|
||||||
@ -12,6 +13,7 @@
|
|||||||
message: "Someone Pressed the Doorbell."
|
message: "Someone Pressed the Doorbell."
|
||||||
|
|
||||||
- alias: 'Log SkyBell Motion detection'
|
- alias: 'Log SkyBell Motion detection'
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: skybell_motion
|
event_type: skybell_motion
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
- alias: Startup Notification
|
- alias: Startup Notification
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
platform: event
|
||||||
event_type: homeassistant_start
|
event_type: homeassistant_start
|
||||||
|
@ -7,8 +7,9 @@
|
|||||||
event_type: tv_time
|
event_type: tv_time
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.samsungtv
|
entity_id: sensor.samsungtv
|
||||||
state: 'Online'
|
state: Online
|
||||||
|
|
||||||
|
condition:
|
||||||
condition: and
|
condition: and
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
@ -16,7 +17,7 @@
|
|||||||
state: home
|
state: home
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sensor.samsungtv
|
entity_id: sensor.samsungtv
|
||||||
state: online
|
state: Online
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
state: 'below_horizon'
|
state: 'below_horizon'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
- alias: "Update Available Notification"
|
- alias: "Update Available Notification"
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: updater.updater
|
entity_id: updater.updater
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
# - wind_bearing
|
# - wind_bearing
|
||||||
# - cloud_cover
|
# - cloud_cover
|
||||||
- humidity
|
- humidity
|
||||||
|
- nearest_storm_distance
|
||||||
|
- minutely_summary
|
||||||
# - pressure
|
# - pressure
|
||||||
# - visibility
|
# - visibility
|
||||||
# - ozone
|
# - ozone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user