Fix esphome not removing entities when static info changes (#95202)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
J. Nick Koston
2023-06-25 21:31:31 -05:00
committed by GitHub
parent d700415045
commit 3b7095c63b
21 changed files with 244 additions and 104 deletions

View File

@@ -29,7 +29,6 @@ async def async_setup_entry(
hass,
entry,
async_add_entities,
component_key="binary_sensor",
info_type=BinarySensorInfo,
entity_type=EsphomeBinarySensor,
state_type=BinarySensorState,