mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
46 lines
974 B
JSON
46 lines
974 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"orp": {
|
|
"default": "mdi:water-check"
|
|
},
|
|
"ph_type_dosing": {
|
|
"default": "mdi:flask"
|
|
},
|
|
"peristaltic_ph_dosing": {
|
|
"default": "mdi:pump"
|
|
},
|
|
"ofa_ph_value": {
|
|
"default": "mdi:clock"
|
|
},
|
|
"orp_type_dosing": {
|
|
"default": "mdi:flask"
|
|
},
|
|
"peristaltic_orp_dosing": {
|
|
"default": "mdi:pump"
|
|
},
|
|
"ofa_orp_value": {
|
|
"default": "mdi:clock"
|
|
},
|
|
"ph_calibration_type": {
|
|
"default": "mdi:form-select"
|
|
},
|
|
"ph_calibration_offset": {
|
|
"default": "mdi:tune"
|
|
},
|
|
"ph_calibration_slope": {
|
|
"default": "mdi:slope-downhill"
|
|
},
|
|
"orp_calibration_type": {
|
|
"default": "mdi:form-select"
|
|
},
|
|
"orp_calibration_offset": {
|
|
"default": "mdi:tune"
|
|
},
|
|
"orp_calibration_slope": {
|
|
"default": "mdi:slope-downhill"
|
|
}
|
|
}
|
|
}
|
|
}
|