mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 09:05:34 +01: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