Limit the calls to Alexa Voice Service.
This commit is contained in:
parent
cb486e41df
commit
7c1c35fcdc
|
@ -21,8 +21,10 @@
|
||||||
- alias: Make it Right WatchDog!
|
- alias: Make it Right WatchDog!
|
||||||
id: ddd4397e-951f-46f2-9362-3bff2caa9cf3
|
id: ddd4397e-951f-46f2-9362-3bff2caa9cf3
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time_pattern
|
- platform: homeassistant
|
||||||
minutes: '/15'
|
event: start
|
||||||
|
- platform: sun
|
||||||
|
event: sunrise
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -32,7 +34,7 @@
|
||||||
#Turn it off!
|
#Turn it off!
|
||||||
action:
|
action:
|
||||||
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||||
|
|
||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
data:
|
data:
|
||||||
entity_id:
|
entity_id:
|
||||||
|
|
Loading…
Reference in New Issue