Classes | |
| class | AvmWrapper |
| class | ClassSetupMissing |
| class | ConnectionInfo |
| class | Device |
| class | FritzBoxTools |
| class | FritzData |
| class | FritzDevice |
| class | HostInfo |
| class | Interface |
| class | SwitchInfo |
| class | UpdateCoordinatorDataType |
Functions | |
| None | _ha_is_stopping (str activity) |
| bool | _is_tracked (str mac, ValuesView current_devices) |
| bool | device_filter_out_from_trackers (str mac, FritzDevice device, ValuesView current_devices) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| HostAttributes | |
Support for AVM FRITZ!Box classes.
|
private |
Inform that HA is stopping.
Definition at line 80 of file coordinator.py.
|
private |
Check if device is already tracked.
Definition at line 56 of file coordinator.py.
| bool homeassistant.components.fritz.coordinator.device_filter_out_from_trackers | ( | str | mac, |
| FritzDevice | device, | ||
| ValuesView | current_devices | ||
| ) |
Check if device should be filtered out from trackers.
Definition at line 61 of file coordinator.py.
|
private |
Definition at line 53 of file coordinator.py.
| homeassistant.components.fritz.coordinator.HostAttributes |
Definition at line 116 of file coordinator.py.