Classes | |
| class | UnifiEntity |
| class | UnifiEntityDescription |
Functions | |
| DeviceInfo | async_client_device_info_fn (UnifiHub hub, str obj_id) |
| bool | async_device_available_fn (UnifiHub hub, str obj_id) |
| DeviceInfo | async_device_device_info_fn (UnifiHub hub, str obj_id) |
| bool | async_wlan_available_fn (UnifiHub hub, str obj_id) |
| DeviceInfo | async_wlan_device_info_fn (UnifiHub hub, str obj_id) |
Variables | |
| HandlerT = TypeVar("HandlerT", bound=APIHandler) | |
| SubscriptionT = Callable[[CallbackType, ItemEvent], UnsubscribeType] | |
UniFi entity representation.
| DeviceInfo homeassistant.components.unifi.entity.async_client_device_info_fn | ( | UnifiHub | hub, |
| str | obj_id | ||
| ) |
| bool homeassistant.components.unifi.entity.async_device_available_fn | ( | UnifiHub | hub, |
| str | obj_id | ||
| ) |
| DeviceInfo homeassistant.components.unifi.entity.async_device_device_info_fn | ( | UnifiHub | hub, |
| str | obj_id | ||
| ) |
| bool homeassistant.components.unifi.entity.async_wlan_available_fn | ( | UnifiHub | hub, |
| str | obj_id | ||
| ) |
| DeviceInfo homeassistant.components.unifi.entity.async_wlan_device_info_fn | ( | UnifiHub | hub, |
| str | obj_id | ||
| ) |
| homeassistant.components.unifi.entity.HandlerT = TypeVar("HandlerT", bound=APIHandler) |