mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
Add icon translations to Goalzero (#111630)
This commit is contained in:
committed by
GitHub
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user