mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add icon translations to Notion (#111984)
This commit is contained in:
parent
23480292c5
commit
357840ec53
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…
x
Reference in New Issue
Block a user