-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add service to turn on the water heater for an amount of time
- Loading branch information
1 parent
a1e202d
commit 3b2255e
Showing
3 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
hw_boost: | ||
name: Boost hot water | ||
description: Turns on the water heater for a specific amount of time. | ||
target: | ||
entity: | ||
integration: wundasmart | ||
domain: water_heater | ||
fields: | ||
duration: | ||
name: Duration | ||
description: Time before the water heater turns off. | ||
required: true | ||
advanced: false | ||
example: '00:30:00' | ||
default: '00:30:00' |
This file contains 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
This file contains 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