Add icon translations to Goalzero (#111630)

This commit is contained in:
Joost Lekkerkerker 2024-02-27 22:49:59 +01:00 committed by GitHub
parent d8d44069b5
commit 99c1912ccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -22,7 +22,6 @@ BINARY_SENSOR_TYPES: tuple[BinarySensorEntityDescription, ...] = (
BinarySensorEntityDescription(
key="backlight",
translation_key="backlight",
icon="mdi:clock-digital",
),
BinarySensorEntityDescription(
key="app_online",

View File

@ -0,0 +1,9 @@
{
"entity": {
"binary_sensor": {
"backlight": {
"default": "mdi:clock-digital"
}
}
}
}