Add icon translations to Notion (#111984)
This commit is contained in:
parent
23480292c5
commit
357840ec53
2 changed files with 9 additions and 1 deletions
9
homeassistant/components/notion/icons.json
Normal file
9
homeassistant/components/notion/icons.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"mold_risk": {
|
||||||
|
"default": "mdi:liquid-spot"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -28,7 +28,6 @@ SENSOR_DESCRIPTIONS = (
|
||||||
NotionSensorDescription(
|
NotionSensorDescription(
|
||||||
key=SENSOR_MOLD,
|
key=SENSOR_MOLD,
|
||||||
translation_key="mold_risk",
|
translation_key="mold_risk",
|
||||||
icon="mdi:liquid-spot",
|
|
||||||
listener_kind=ListenerKind.MOLD,
|
listener_kind=ListenerKind.MOLD,
|
||||||
),
|
),
|
||||||
NotionSensorDescription(
|
NotionSensorDescription(
|
||||||
|
|
Loading…
Add table
Reference in a new issue