mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 19:57:07 +00:00
parent
65e004dc99
commit
8bbfb6cc55
12
homeassistant/components/lyric/icons.json
Normal file
12
homeassistant/components/lyric/icons.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"setpoint_status": {
|
||||
"default": "mdi:thermostat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"set_hold_time": "mdi:timer-pause"
|
||||
}
|
||||
}
|
@ -105,7 +105,6 @@ DEVICE_SENSORS: list[LyricSensorEntityDescription] = [
|
||||
LyricSensorEntityDescription(
|
||||
key="setpoint_status",
|
||||
translation_key="setpoint_status",
|
||||
icon="mdi:thermostat",
|
||||
value_fn=lambda device: get_setpoint_status(
|
||||
device.changeableValues.thermostatSetpointStatus,
|
||||
device.changeableValues.nextPeriodTime,
|
||||
|
Loading…
x
Reference in New Issue
Block a user