Remove endHour entity from LG Thinq (#129126)

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
LG-ThinQ-Integration 2024-10-25 17:36:59 +09:00 committed by GitHub
parent ce582791db
commit 371a0d574d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 17 deletions

View file

@ -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"
},

View file

@ -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],

View file

@ -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"
},