mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: host-sensor-test
 | |
| host:
 | |
| api:
 | |
| logger:
 | |
| sensor:
 | |
|   - platform: template
 | |
|     name: Test Sensor
 | |
|     id: test_sensor
 | |
|     unit_of_measurement: °C
 | |
|     accuracy_decimals: 2
 | |
|     state_class: measurement
 | |
|     force_update: true
 | |
|     lambda: return 42.0;
 | |
|     update_interval: 0.1s
 |