mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
23 lines
343 B
JSON
23 lines
343 B
JSON
{
|
|
"entity": {
|
|
"select": {
|
|
"tariff": {
|
|
"default": "mdi:clock-outline"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"utility_meter": {
|
|
"default": "mdi:counter"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"calibrate": {
|
|
"service": "mdi:auto-fix"
|
|
},
|
|
"reset": {
|
|
"service": "mdi:numeric-0-box-outline"
|
|
}
|
|
}
|
|
}
|