mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 05:22:44 +01:00
Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
26 lines
467 B
JSON
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"
|
|
}
|
|
}
|
|
}
|