This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Weather forecast notification | |
| description: Send a customisable notification of today and tomorrow's weather forecast. | |
| domain: automation | |
| input: | |
| weather_entity: | |
| name: Weather Entity | |
| description: The weather integration you use. | |
| selector: | |
| entity: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Alarm system | |
| description: "" | |
| #Trigger IDs used to direct automation to certain actions | |
| triggers: | |
| - trigger: state | |
| entity_id: | |
| - alarm_control_panel.alarmo | |
| to: triggered | |
| id: Triggered | |
| - trigger: event |