mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add icon translations to Goalzero (#111630)
This commit is contained in:
parent
d8d44069b5
commit
99c1912ccd
@ -22,7 +22,6 @@ BINARY_SENSOR_TYPES: tuple[BinarySensorEntityDescription, ...] = (
|
||||
BinarySensorEntityDescription(
|
||||
key="backlight",
|
||||
translation_key="backlight",
|
||||
icon="mdi:clock-digital",
|
||||
),
|
||||
BinarySensorEntityDescription(
|
||||
key="app_online",
|
||||
|
9
homeassistant/components/goalzero/icons.json
Normal file
9
homeassistant/components/goalzero/icons.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": {
|
||||
"binary_sensor": {
|
||||
"backlight": {
|
||||
"default": "mdi:clock-digital"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user