mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-28 21:53:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			519 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			519 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| wifi:
 | |
|   ssid: MySSID
 | |
|   password: password1
 | |
| 
 | |
| binary_sensor:
 | |
| cover:
 | |
| fan:
 | |
| light:
 | |
| sensor:
 | |
| switch:
 | |
| button:
 | |
| text_sensor:
 | |
| climate:
 | |
| number:
 | |
| text:
 | |
| select:
 | |
| lock:
 | |
| valve:
 | |
| alarm_control_panel:
 | |
| api:
 | |
| time:
 | |
|   - platform: homeassistant
 | |
|     id: homeassistant_time
 | |
| datetime:
 | |
|   - platform: template
 | |
|     id: my_datetime_date
 | |
|     type: date
 | |
|     optimistic: yes
 | |
|   - platform: template
 | |
|     id: my_datetime_time
 | |
|     type: time
 | |
|     optimistic: yes
 | |
|   - platform: template
 | |
|     id: my_datetime
 | |
|     type: datetime
 | |
|     optimistic: yes
 | |
| event:
 | |
| update:
 |