1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 06:02:00 +01:00
Files
core/homeassistant/components/idasen_desk/icons.json
2024-03-01 12:42:26 +01:00

23 lines
348 B
JSON

{
"entity": {
"button": {
"connect": {
"default": "mdi:bluetooth-connect"
},
"disconnect": {
"default": "mdi:bluetooth-off"
}
},
"cover": {
"desk": {
"default": "mdi:desk"
}
},
"sensor": {
"height": {
"default": "mdi:arrow-up-down"
}
}
}
}