8 lines
		
	
	
		
			191 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			191 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| binary_sensor:
 | |
|   - platform: mqtt
 | |
|     name: "OpenMQTTGateway"
 | |
|     state_topic: "home/OpenMQTTGateway/LWT"
 | |
|     payload_on: "Online"
 | |
|     payload_off: "Offline"
 | |
|     device_class: "connectivity"
 | 
