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: Wake-up light alarm with sunrise effect | |
| description: 'A wake-up light alarm with a brightness and color temperature sunrise | |
| effect. Note: Requires date_time_iso sensor in configuration, not manually executable!' | |
| domain: automation | |
| input: | |
| light_entity: | |
| name: Wake-up light entity | |
| description: The light to control. Turning it off during the sunrise will keep | |
| it off. Color temperature range is auto-detected. |
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: Save two camera snapshots when binary_sensor state to on is detected | |
| description: Save from two camera snapshots when one binary_sensor change state to on is detected with adjustable delay | |
| domain: automation | |
| source_url: https://gist.github.com/nikosthanos/02eae81594748586da64c9c08f8a58f4 | |
| input: | |
| binary_sensor: | |
| name: sensor | |
| description: The sensor wich triggers the snapshot creation | |
| selector: |
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: Save a camera snapshot when motion is detected | |
| description: Save a camera snapshot with archive when motion is detected | |
| domain: automation | |
| source_url: https://gist.github.com/nikosthanos/1386d55f3400a8f1c8cdab9a0b770020 | |
| input: | |
| binary_sensor: | |
| name: sensor | |
| description: The sensor wich triggers the snapshot creation | |
| selector: |
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: HA start Notify Telegram | |
| description: Notify telegram that Home Assistant has successfully started | |
| domain: automation | |
| source_url: https://gist.github.com/nikosthanos/3c3e7b39056b94008f5f04f9d7da563e | |
| input: | |
| notification_title: | |
| name: Notification title (Optional) | |
| description: 'Default: "My Home Assistant"' | |
| default: My Home Assistant |
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: HA Restart Notify app & telegram | |
| description: Notify mobile HA user & telegram that Home Assistant has successfully restarted | |
| domain: automation | |
| source_url: https://gist.github.com/nikosthanos/0af8b2b484694ede4250ef5817bb4da4 | |
| input: | |
| notification_title: | |
| name: Notification title (Optional) | |
| description: 'Default: "Home Assistant"' | |
| default: Home Assistant |