Añadido doble sensor de 433Mhz
This commit is contained in:
		
							
								
								
									
										12
									
								
								packages/binary_sensor/movimiento_bano_general_primario.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								packages/binary_sensor/movimiento_bano_general_primario.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| binary_sensor: | ||||
|   - platform: mqtt | ||||
|     name: "Movimiento Baño General Primario" | ||||
|     value_template: >- | ||||
|       {% if value_json.RfReceived.Data == 'FAD6AC' %} | ||||
|         {{'ON'}} | ||||
|       {% else %} | ||||
|         {{'OFF'}} | ||||
|       {% endif %} | ||||
|     device_class: motion | ||||
|     state_topic: "sonoffbridge/tele/RESULT" | ||||
|     off_delay: 10 | ||||
		Reference in New Issue
	
	Block a user
	 dfcarvajal
					dfcarvajal