Files
core/homeassistant/components/wmspro/icons.json
T

26 lines
467 B
JSON

{
"entity": {
"button": {
"rotation-reset": {
"default": "mdi:numeric-0-box-multiple-outline"
}
},
"number": {
"rotation": {
"default": "mdi:rotate-360"
},
"rotation-max": {
"default": "mdi:rotate-right"
},
"rotation-min": {
"default": "mdi:rotate-left"
}
}
},
"services": {
"set_cover_position_and_tilt": {
"service": "mdi:blinds-horizontal"
}
}
}