1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/filesize/icons.json
2024-02-28 09:37:38 +01:00

16 lines
222 B
JSON

{
"entity": {
"sensor": {
"size": {
"default": "mdi:file"
},
"size_bytes": {
"default": "mdi:file"
},
"last_updated": {
"default": "mdi:file"
}
}
}
}