mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00: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:
		| @@ -28,6 +28,16 @@ sensor: | ||||
|           value: 20.0 | ||||
|       - timeout: | ||||
|           timeout: 1d | ||||
|       - to_ntc_resistance: | ||||
|           calibration: | ||||
|             - 10.0kOhm -> 25°C | ||||
|             - 27.219kOhm -> 0°C | ||||
|             - 14.674kOhm -> 15°C | ||||
|       - to_ntc_temperature: | ||||
|           calibration: | ||||
|             - 10.0kOhm -> 25°C | ||||
|             - 27.219kOhm -> 0°C | ||||
|             - 14.674kOhm -> 15°C | ||||
|  | ||||
| esphome: | ||||
|   on_boot: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user