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: Get Shopping list item | |
| sequence: | |
| - action: todo.get_items | |
| target: | |
| entity_id: | |
| - todo.listes_des_courses | |
| response_variable: result | |
| data: | |
| status: needs_action | |
| - stop: "" |
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: Advanced Appliance Power Monitor | |
| description: | | |
| Monitors the activity of an appliance based on the power it uses (W) after given delays, and triggers actions based on start, running (power usage changed), and stop. You can use the variables | |
| * `{{ elapsed_time }}` (total seconds) | |
| * `{{ elapsed_time_days }}` | |
| * `{{ elapsed_time_hours }}` | |
| * `{{ elapsed_time_minutes }}` | |
| * `{{ elapsed_time_seconds }}` | |
| * `{{ energy_used }}` |