diff --git a/propbox.yaml b/propbox.yaml index 1159af97a713a81ec39e8371ac3698f41cf39286..027017aa28710a640eb5ef5ca81cade3838b2322 100644 --- a/propbox.yaml +++ b/propbox.yaml @@ -67,6 +67,38 @@ sensor: name: "Water Temperature" accuracy_decimals: 2 + # requires: https://github.com/esphome/feature-requests/issues/1746 + # - platform: template + # id: sensor_temperature_max + # name: "temperature_max" + # lambda: return atoi(id(temperature_max).state.c_str()); + # internal: true + # - platform: template + # id: sensor_temperature_hysteresis + # name: "temperature_max" + # lambda: return atoi(id(temperature_hysteresis).state.c_str()); + # internal: true + # - platform: template + # id: sensor_temperature_min + # name: "temperature_max" + # lambda: return atoi(id(temperature_min).state.c_str()); + # internal: true + # - platform: template + # id: sensor_humidity_max + # name: "humidity_max" + # lambda: return atoi(id(humidity_max).state.c_str()); + # internal: true + # - platform: template + # id: sensor_humidity_hysteresis + # name: "humidity_max" + # lambda: return atoi(id(humidity_hysteresis).state.c_str()); + # internal: true + # - platform: template + # id: sensor_humidity_min + # name: "humidity_max" + # lambda: return atoi(id(humidity_min).state.c_str()); + # internal: true + select: - platform: template id: schedule