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