Skip to content

Instantly share code, notes, and snippets.

@bavensky
Created February 24, 2019 09:57
Show Gist options
  • Save bavensky/0f7c475b6dadd5083616836b054fb7d5 to your computer and use it in GitHub Desktop.
Save bavensky/0f7c475b6dadd5083616836b054fb7d5 to your computer and use it in GitHub Desktop.
LivingRoomTemperature:
speech:
text: It is currently 25 degrees Celsius.
MyOfficeMorning:
speech:
text: Hello, Have a nice day.
action:
service: light.turn_on
data:
entity_id : light.Light001
entity_id : light.Light002
entity_id : light.Light003
entity_id : light.office_light_005
MyOfficeEvening:
speech:
text: Bye, take care.
action:
service: light.turn_off
data:
entity_id : light.Light001
entity_id : light.Light002
entity_id : light.Light003
entity_id : light.office_light_005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment