21 lines
		
	
	
		
			691 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			691 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| cover:
 | |
|   - platform: mqtt
 | |
|     name: "Persiana Habitación Estudio"
 | |
|     state_topic: "shellies/shellyswitch25-74595A/roller/0"
 | |
|     command_topic: "shellies/shellyswitch25-74595A/roller/0/command"
 | |
|     position_topic: "shellies/shellyswitch25-74595A/roller/0/pos"
 | |
|     set_position_topic: "shellies/shellyswitch25-74595A/roller/0/command/pos"
 | |
|     availability_topic: "shellies/shellyswitch25-74595A/online"
 | |
|     state_open: "open"
 | |
|     state_closed: "close"
 | |
|     payload_available: "true"
 | |
|     payload_not_available: "false"
 | |
|     retain: false
 | |
|     optimistic: false
 | |
|     payload_open: "open"
 | |
|     payload_close: "close"
 | |
|     payload_stop: "stop"
 | |
|     position_open: 100
 | |
|     position_closed: 0
 | |
|     qos: 0
 | 
