mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
18 lines
279 B
JSON
18 lines
279 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"energy_consumed": {
|
|
"default": "mdi:factory"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_vane_horizontal": {
|
|
"service": "mdi:arrow-left-right"
|
|
},
|
|
"set_vane_vertical": {
|
|
"service": "mdi:arrow-up-down"
|
|
}
|
|
}
|
|
}
|