1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/pooldose/icons.json
Lukas 51c7bafb41 Add Seko PoolDose integration (#146972)
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>
2025-08-27 01:48:50 +02:00

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"
}
}
}
}