-
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 hot water services and more operation modes (#12)
- Add services to turn on the water heater on and off for an amount of time - Add a load more operation modes for standard boost/off durations
- Loading branch information
1 parent
a1e202d
commit bd11f2d
Showing
5 changed files
with
237 additions
and
33 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,34 @@ | ||
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' | ||
selector: | ||
time: | ||
hw_off: | ||
name: Turn off hot water | ||
description: Turns the water heater off for a specific amount of time. | ||
target: | ||
entity: | ||
integration: wundasmart | ||
domain: water_heater | ||
fields: | ||
duration: | ||
name: Duration | ||
description: Time to turn the water heater off for. | ||
required: true | ||
advanced: false | ||
example: '00:30:00' | ||
default: '00:30:00' | ||
selector: | ||
time: |
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
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