Uncomment binary sensor domain for the motion sensor
This commit is contained in:
		@@ -16,7 +16,7 @@ blueprint:
 | 
				
			|||||||
      description: "Entity ID of the motion sensor"
 | 
					      description: "Entity ID of the motion sensor"
 | 
				
			||||||
      selector:
 | 
					      selector:
 | 
				
			||||||
        entity:
 | 
					        entity:
 | 
				
			||||||
          # domain: binary_sensor
 | 
					          domain: binary_sensor
 | 
				
			||||||
          # for some reason, using a device_class of motion_sensor ends up hiding the actual motion sensors
 | 
					          # for some reason, using a device_class of motion_sensor ends up hiding the actual motion sensors
 | 
				
			||||||
          # device_class: motion_sensor
 | 
					          # device_class: motion_sensor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user