1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Add to_ntc_resistance|temperature sensor filter (esphome/feature-requests#2967) (#7898)

Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
Ralf Habacker
2025-05-01 09:53:12 +02:00
committed by GitHub
parent 087ff865a7
commit da9c755f67
5 changed files with 196 additions and 0 deletions

View File

@@ -897,6 +897,8 @@ CONF_TIMES = "times"
CONF_TIMEZONE = "timezone"
CONF_TIMING = "timing"
CONF_TO = "to"
CONF_TO_NTC_RESISTANCE = "to_ntc_resistance"
CONF_TO_NTC_TEMPERATURE = "to_ntc_temperature"
CONF_TOLERANCE = "tolerance"
CONF_TOPIC = "topic"
CONF_TOPIC_PREFIX = "topic_prefix"