mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	add kuntze component (#4411)
* add kuntze component * fixes * more lint --------- Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
		| @@ -807,6 +807,12 @@ sensor: | ||||
|     temperature_1: | ||||
|       name: Temperature 1 | ||||
|  | ||||
|   - platform: kuntze | ||||
|     ph: | ||||
|       name: Kuntze pH | ||||
|     temperature: | ||||
|       name: Kuntze temperature | ||||
|  | ||||
| time: | ||||
|   - platform: homeassistant | ||||
|  | ||||
|   | ||||
| @@ -520,6 +520,12 @@ sensor: | ||||
|         name: VBus Custom Sensor | ||||
|         lambda: return x[0] / 10.0; | ||||
|  | ||||
|   - platform: kuntze | ||||
|     ph: | ||||
|       name: Kuntze pH | ||||
|     temperature: | ||||
|       name: Kuntze temperature | ||||
|  | ||||
| script: | ||||
|   - id: automation_test | ||||
|     then: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user