mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-28 09:01:08 +00:00
Updates to #307 - turn the light on when someone logs into minecraft.
This commit is contained in:
@@ -46,3 +46,14 @@ automation:
|
||||
data_template:
|
||||
value1: "There are {{states.sensor.bear_stone.state}} Minecraft users online: {{ states.sensor.bear_stone.attributes.users_online }}"
|
||||
who: 'carlo'
|
||||
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.justin_go
|
||||
data_template:
|
||||
color_name: >
|
||||
{% if states.sensor.bear_stone.state|int == 1 %}
|
||||
gold
|
||||
{% else %}
|
||||
green
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user