Drop unused logger argument for StorageCollection() (#90913)
This commit is contained in:
parent
3d426e1e2b
commit
fa308d8e10
19 changed files with 18 additions and 32 deletions
|
@ -110,7 +110,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||
|
||||
storage_collection = InputBooleanStorageCollection(
|
||||
Store(hass, STORAGE_VERSION, STORAGE_KEY),
|
||||
logging.getLogger(f"{__name__}.storage_collection"),
|
||||
id_manager,
|
||||
)
|
||||
collection.sync_entity_lifecycle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue