add number & action for manual aircon.

This commit is contained in:
Your Name
2023-03-22 20:48:37 +01:00
parent ea3eb4b007
commit a97f8ad31d
21 changed files with 218 additions and 33 deletions

View File

@@ -35,3 +35,13 @@
name: "Set electric power level to 1800 Watt"
on_press:
- truma_inetbox.heater.set_electric_power_level: 1800
- platform: template
name: "Switch Aircon off"
on_press:
- truma_inetbox.aircon.manual.set_target_temperature: 0
- platform: template
name: "Set Aircon to fixed 21 C"
on_press:
- truma_inetbox.aircon.manual.set_target_temperature: 21

View File

@@ -7,3 +7,8 @@
- platform: truma_inetbox
name: "electric power level"
type: ELECTRIC_POWER_LEVEL
- platform: truma_inetbox
name: "Aircon manual temp"
type: AIRCON_MANUAL_TEMPERATURE