mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update typing 16 (#48087)
This commit is contained in:
@@ -658,7 +658,7 @@ def async_entries_for_config_entry(
|
||||
|
||||
@callback
|
||||
def async_config_entry_disabled_by_changed(
|
||||
registry: DeviceRegistry, config_entry: "ConfigEntry"
|
||||
registry: DeviceRegistry, config_entry: ConfigEntry
|
||||
) -> None:
|
||||
"""Handle a config entry being disabled or enabled.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user