mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
25 lines
420 B
JSON
25 lines
420 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"chlorine": {
|
|
"default": "mdi:pool"
|
|
},
|
|
"water_temp": {
|
|
"default": "mdi:coolant-temperature"
|
|
},
|
|
"chlorine_high": {
|
|
"default": "mdi:pool"
|
|
},
|
|
"chlorine_low": {
|
|
"default": "mdi:pool"
|
|
},
|
|
"ph_high": {
|
|
"default": "mdi:pool"
|
|
},
|
|
"ph_low": {
|
|
"default": "mdi:pool"
|
|
}
|
|
}
|
|
}
|
|
}
|