mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
20 lines
294 B
JSON
20 lines
294 B
JSON
{
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"clean_filter": {
|
|
"default": "mdi:air-filter"
|
|
}
|
|
},
|
|
"button": {
|
|
"reset_filter": {
|
|
"default": "mdi:air-filter"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"error_code": {
|
|
"default": "mdi:alert"
|
|
}
|
|
}
|
|
}
|
|
}
|