Classes | |
| class | FreeboxRouter |
Functions | |
| Freepybox | get_api (HomeAssistant hass, str host) |
| tuple[bool, list[dict[str, Any]]] | get_hosts_list_if_supported (Freepybox fbx_api) |
| bool | is_json (str json_str) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Represent the Freebox router and its devices and sensors.
| Freepybox homeassistant.components.freebox.router.get_api | ( | HomeAssistant | hass, |
| str | host | ||
| ) |
| tuple[bool, list[dict[str, Any]]] homeassistant.components.freebox.router.get_hosts_list_if_supported | ( | Freepybox | fbx_api | ) |
| bool homeassistant.components.freebox.router.is_json | ( | str | json_str | ) |