add select component

This commit is contained in:
Your Name
2023-03-23 15:25:02 +01:00
parent c21653fd1e
commit 1e452c1a12
17 changed files with 391 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
- platform: truma_inetbox
name: "Fan Mode Combi"
type: HEATER_FAN_MODE_COMBI
- platform: truma_inetbox
name: "Fan Mode Vario Heat"
type: HEATER_FAN_MODE_VARIO_HEAT
- platform: truma_inetbox
name: "Energy Mix Gas"
type: HEATER_ENERGY_MIX_GAS
- platform: truma_inetbox
name: "Energy Mix Diesel"
type: HEATER_ENERGY_MIX_DIESEL

View File

@@ -30,5 +30,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -37,5 +37,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -24,5 +24,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -34,5 +34,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -37,5 +37,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -34,5 +34,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -37,5 +37,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml

View File

@@ -34,5 +34,6 @@ binary_sensor: !include test.common.binary_sensor.yaml
button: !include test.common.button.yaml
climate: !include test.common.climate.yaml
number: !include test.common.number.yaml
select: !include test.common.select.yaml
sensor: !include test.common.sensor.yaml
switch: !include test.common.switch.yaml