mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			677 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			677 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| wifi:
 | |
|   ssid: MySSID
 | |
|   password: password1
 | |
| 
 | |
| time:
 | |
|   - platform: sntp
 | |
|     id: sntp_time
 | |
|     servers:
 | |
|       - 0.pool.ntp.org
 | |
|       - 1.pool.ntp.org
 | |
|       - 192.168.178.1
 | |
| 
 | |
| uponor_smatrix:
 | |
|   time_id: sntp_time
 | |
|   time_device_address: 0x110BDE13
 | |
| 
 | |
| climate:
 | |
|   - platform: uponor_smatrix
 | |
|     address: 0x110BDE13
 | |
|     name: Thermostat Living Room
 | |
| 
 | |
| sensor:
 | |
|   - platform: uponor_smatrix
 | |
|     address: 0x110BDE13
 | |
|     humidity:
 | |
|       name: Thermostat Humidity Living Room
 | |
|     temperature:
 | |
|       name: Thermostat Temperature Living Room
 | |
|     external_temperature:
 | |
|       name: Thermostat Floor Temperature Living Room
 | |
|     target_temperature:
 | |
|       name: Thermostat Target Temperature Living Room
 |