mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 00:40:20 +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",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": {
|
||||
"binary_sensor": {
|
||||
"backlight": {
|
||||
"default": "mdi:clock-digital"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user