We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2643 commit 54b1749Copy full SHA for 54b1749
homeassistant/components/alexa_devices/binary_sensor.py
@@ -75,13 +75,6 @@ async def async_setup_entry(
75
"detectionState",
76
)
77
78
- async_add_entities(
79
- AmazonBinarySensorEntity(coordinator, serial_num, sensor_desc)
80
- for sensor_desc in BINARY_SENSORS
81
- for serial_num in coordinator.data
82
- if sensor_desc.is_supported(coordinator.data[serial_num], sensor_desc.key)
83
- )
84
-
85
known_devices: set[str] = set()
86
87
def _check_device() -> None:
0 commit comments