Fix esphome not removing entities when static info changes (#95202)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
d700415045
commit
3b7095c63b
21 changed files with 244 additions and 104 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue