From 9017d3f9e8a8d1d43c2d02e94efab8ab6b6e2a92 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 11:03:02 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/binary_sensor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/binary_sensor/__init__.py b/components/ratgdo/binary_sensor/__init__.py index dcfa451..f20c95e 100644 --- a/components/ratgdo/binary_sensor/__init__.py +++ b/components/ratgdo/binary_sensor/__init__.py @@ -12,7 +12,7 @@ RATGDOBinarySensor = ratgdo_ns.class_( "RATGDOBinarySensor", binary_sensor.BinarySensor, cg.Component ) -CONF_TYPE = "type" +CONF_TYPE = "xtype" TYPES = {"motion", "obstruction"}