Fix condition for fritz integration (#59281)
This commit is contained in:
parent
8dd7e4a39b
commit
c6a1fe0a5d
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ class FritzBoxTools:
|
|||
device_reg = async_get(self.hass)
|
||||
device_list = async_entries_for_config_entry(device_reg, config_entry.entry_id)
|
||||
for device_entry in device_list:
|
||||
if async_entries_for_device(
|
||||
if not async_entries_for_device(
|
||||
entity_reg,
|
||||
device_entry.id,
|
||||
include_disabled_entities=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue