Asterisk in Home Assistant – Part 3

The automation The final part is to glue things together in an automation. In configuration.yaml i added: automation: – alias: ‘Flash lights’ trigger: – platform: state entity_id: sensor.asterisk_extension_1000 to: ‘Ringing’ action: – service: light.turn_on data: entity_id: light.living_room flash: long   Now calling myself will flash the lighs in my living room πŸ™‚   When things […]

Read More