Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| 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 task list is intended to be imported by playbooks, before any | |
| # other tasks are performed. It lets us install Python 2 (needed by Ansible) | |
| # before Ansible tries to call anything that would use it. | |
| # | |
| # Execute these tasks as the first thing in a playbook like so: | |
| # - hosts: some-host-group | |
| # gather_facts: false | |
| # tasks: | |
| # - import_tasks: _python_2_check.yml |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.