1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/motion_blinds/icons.json
2024-08-28 13:48:01 +02:00

18 lines
264 B
JSON

{
"entity": {
"button": {
"go_favorite": {
"default": "mdi:star"
},
"set_favorite": {
"default": "mdi:star-cog"
}
}
},
"services": {
"set_absolute_position": {
"service": "mdi:set-square"
}
}
}