31 lines
		
	
	
		
			517 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			517 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: hall
 | |
|   friendly_name: Hall
 | |
| 
 | |
| esp32:
 | |
|   board: esp32dev
 | |
|   framework:
 | |
|     type: arduino
 | |
| 
 | |
| # Enable logging
 | |
| logger:
 | |
| 
 | |
| # Enable Home Assistant API
 | |
| api:
 | |
|   encryption:
 | |
|     key: "2bBi+SYgXR8tGy78rLfNGgtOZdSmf+UHpD4fpr/n5ag="
 | |
| 
 | |
| ota:
 | |
|   password: "6e73941636dbaf1b5fb3191d7663f751"
 | |
| 
 | |
| wifi:
 | |
|   ssid: !secret wifi_ssid
 | |
|   password: !secret wifi_password
 | |
| 
 | |
|   # Enable fallback hotspot (captive portal) in case wifi connection fails
 | |
|   ap:
 | |
|     ssid: "Hall Fallback Hotspot"
 | |
|     password: "yZRGDi4wENCc"
 | |
| 
 | |
| captive_portal:
 | |
|      |