mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 00:21:56 +00:00 
			
		
		
		
	Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick+github@koston.org>
		
			
				
	
	
		
			16 lines
		
	
	
		
			284 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			284 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
esphome:
 | 
						|
  name: legacy-area-test
 | 
						|
  # Using legacy string-based area configuration
 | 
						|
  area: Master Bedroom
 | 
						|
 | 
						|
host:
 | 
						|
api:
 | 
						|
logger:
 | 
						|
 | 
						|
# Simple sensor to ensure the device compiles and runs
 | 
						|
sensor:
 | 
						|
  - platform: template
 | 
						|
    name: Test Sensor
 | 
						|
    lambda: return 42.0;
 | 
						|
    update_interval: 1s
 |