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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 244 additions and 104 deletions

View file

@ -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,