mirror of https://github.com/home-assistant/core
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"
|
|
}
|
|
}
|
|
}
|
|
}
|