mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 22:51:33 +01:00
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
29 lines
498 B
JSON
29 lines
498 B
JSON
{
|
|
"services": {
|
|
"authorize": {
|
|
"service": "mdi:lock"
|
|
},
|
|
"deauthorize": {
|
|
"service": "mdi:lock-open"
|
|
},
|
|
"disable": {
|
|
"service": "mdi:flash-off"
|
|
},
|
|
"enable": {
|
|
"service": "mdi:flash"
|
|
},
|
|
"request_data": {
|
|
"service": "mdi:database-arrow-down"
|
|
},
|
|
"set_current": {
|
|
"service": "mdi:flash"
|
|
},
|
|
"set_energy": {
|
|
"service": "mdi:flash"
|
|
},
|
|
"set_failsafe": {
|
|
"service": "mdi:message-alert"
|
|
}
|
|
}
|
|
}
|