Remove endHour entity from LG Thinq (#129126)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
parent
ce582791db
commit
371a0d574d
3 changed files with 0 additions and 17 deletions
|
@ -396,12 +396,6 @@
|
|||
"light_start_for_location": {
|
||||
"default": "mdi:clock-time-three-outline"
|
||||
},
|
||||
"light_end": {
|
||||
"default": "mdi:clock-time-three-outline"
|
||||
},
|
||||
"light_end_for_location": {
|
||||
"default": "mdi:clock-time-three-outline"
|
||||
},
|
||||
"power_level": {
|
||||
"default": "mdi:radiator"
|
||||
},
|
||||
|
|
|
@ -304,10 +304,6 @@ TIMER_SENSOR_DESC: dict[ThinQProperty, SensorEntityDescription] = {
|
|||
key=TimerProperty.LIGHT_START,
|
||||
translation_key=TimerProperty.LIGHT_START,
|
||||
),
|
||||
TimerProperty.LIGHT_END: SensorEntityDescription(
|
||||
key=TimerProperty.LIGHT_END,
|
||||
translation_key=TimerProperty.LIGHT_END,
|
||||
),
|
||||
ThinQProperty.ELAPSED_DAY_STATE: SensorEntityDescription(
|
||||
key=ThinQProperty.ELAPSED_DAY_STATE,
|
||||
native_unit_of_measurement=UnitOfTime.DAYS,
|
||||
|
@ -432,7 +428,6 @@ DEVICE_TYPE_SENSOR_MAP: dict[DeviceType, tuple[SensorEntityDescription, ...]] =
|
|||
TEMPERATURE_SENSOR_DESC[ThinQProperty.NIGHT_TARGET_TEMPERATURE],
|
||||
TEMPERATURE_SENSOR_DESC[ThinQProperty.TEMPERATURE_STATE],
|
||||
TIMER_SENSOR_DESC[TimerProperty.LIGHT_START],
|
||||
TIMER_SENSOR_DESC[TimerProperty.LIGHT_END],
|
||||
),
|
||||
DeviceType.REFRIGERATOR: (
|
||||
REFRIGERATION_SENSOR_DESC[ThinQProperty.FRESH_AIR_FILTER],
|
||||
|
|
|
@ -828,12 +828,6 @@
|
|||
"light_start_for_location": {
|
||||
"name": "{location} lights on time"
|
||||
},
|
||||
"light_end": {
|
||||
"name": "Lights off time"
|
||||
},
|
||||
"light_end_for_location": {
|
||||
"name": "{location} lights off time"
|
||||
},
|
||||
"power_level": {
|
||||
"name": "Power level"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue