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: Energy Disaggregation | |
description: Approximate power usage of an appliance | |
domain: automation | |
input: | |
power_helper: | |
name: Input helper to store the approximate power usage | |
description: in W | |
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
# Copy paste this into configuration.yaml | |
# Adjust the entities for your calendar, TODO, and weather. | |
# Adjust the send notification intent names, descriptions, and the notify.mobile_app_x service calls. | |
# Restart HA. | |
# | |
# Then you can say: | |
# "you can chain tool calls, send tomorrow's calendar events after summarizing them to Marisol" (this will call CalendarGetEvents followed by SendNotificationMarisol) | |
# "what's in my todo list" "send them to Nikos" | |
# "who created Home Assistant" "send your response to Nikos" | |
# "send a message to Nikos: hi there" |
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: Energy Disaggregation | |
description: Approximate power usage of an appliance | |
domain: automation | |
input: | |
power_helper: | |
name: Input helper to store the approximate power usage | |
description: in W | |
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
blueprint: | |
name: Energy Disaggregation | |
description: Approximate power usage of an appliance | |
domain: automation | |
input: | |
power_helper: | |
name: Input helper to store the approximate power usage | |
description: in W | |
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
blueprint: | |
name: Energy Disaggregation | |
description: Approximate power usage of an appliance | |
domain: automation | |
input: | |
power_helper: | |
name: Input helper to store the approximate power usage | |
description: in W | |
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: "Calendar: Notify: family event with location" | |
description: "" | |
trigger: | |
- platform: calendar | |
event: start | |
offset: "-1:31:0" | |
entity_id: calendar.family | |
id: start | |
- platform: calendar | |
event: start |