1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix icons for 'moving' state (#161194)

This commit is contained in:
Jacob
2026-01-19 10:37:19 +01:00
committed by GitHub
parent 37a45b1a92
commit 4ccb6e4c8b

View File

@@ -85,9 +85,9 @@
}
},
"moving": {
"default": "mdi:arrow-right",
"default": "mdi:octagon",
"state": {
"on": "mdi:octagon"
"on": "mdi:arrow-right"
}
},
"occupancy": {