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
|
@ -40,7 +40,6 @@ async def async_setup_entry(
|
|||
hass,
|
||||
entry,
|
||||
async_add_entities,
|
||||
component_key="fan",
|
||||
info_type=FanInfo,
|
||||
entity_type=EsphomeFan,
|
||||
state_type=FanState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue