1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/syncthing/icons.json
2025-10-28 10:33:10 +01:00

17 lines
330 B
JSON

{
"entity": {
"sensor": {
"syncthing": {
"default": "mdi:folder-alert",
"state": {
"idle": "mdi:folder",
"paused": "mdi:folder-clock",
"scanning": "mdi:folder-search",
"syncing": "mdi:folder-sync",
"unknown": "mdi:folder"
}
}
}
}
}