mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| binary_sensor:
 | |
|   - platform: switch
 | |
|     id: some_binary_sensor
 | |
|     name: "Template Switch State"
 | |
|     source_id: the_switch
 | |
| 
 | |
| switch:
 | |
|   - platform: template
 | |
|     name: "Template Switch"
 | |
|     id: the_switch
 | |
|     optimistic: true
 |