mirror of
https://github.com/home-assistant/core.git
synced 2026-08-30 10:13:25 -05:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"services": {
|
|
"set_primary_filtration": {
|
|
"service": "mdi:filter"
|
|
},
|
|
"set_secondary_filtration": {
|
|
"service": "mdi:filter-multiple"
|
|
},
|
|
"snooze_reminder": {
|
|
"service": "mdi:timer-pause"
|
|
},
|
|
"reset_reminder": {
|
|
"service": "mdi:timer-sync"
|
|
}
|
|
}
|
|
}
|