Add icon translations to Notion (#111984)

This commit is contained in:
Joost Lekkerkerker 2024-03-01 23:55:49 +01:00 committed by GitHub
parent 23480292c5
commit 357840ec53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
"entity": {
"sensor": {
"mold_risk": {
"default": "mdi:liquid-spot"
}
}
}
}

View file

@ -28,7 +28,6 @@ SENSOR_DESCRIPTIONS = (
NotionSensorDescription(
key=SENSOR_MOLD,
translation_key="mold_risk",
icon="mdi:liquid-spot",
listener_kind=ListenerKind.MOLD,
),
NotionSensorDescription(