Classes | |
| class | GoogleWifiAPI |
| class | GoogleWifiSensor |
| class | GoogleWifiSensorEntityDescription |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_CURRENT_VERSION = "current_version" |
| string | ATTR_LAST_RESTART = "last_restart" |
| string | ATTR_LOCAL_IP = "local_ip" |
| string | ATTR_NEW_VERSION = "new_version" |
| string | ATTR_STATUS = "status" |
| string | ATTR_UPTIME = "uptime" |
| string | DEFAULT_HOST = "testwifi.here" |
| string | DEFAULT_NAME = "google_wifi" |
| string | ENDPOINT = "/api/v1/status" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1) | |
| PLATFORM_SCHEMA | |
Support for retrieving status info from Google Wifi/OnHub routers.
| None homeassistant.components.google_wifi.sensor.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.google_wifi.sensor.ATTR_CURRENT_VERSION = "current_version" |
| string homeassistant.components.google_wifi.sensor.ATTR_LAST_RESTART = "last_restart" |
| string homeassistant.components.google_wifi.sensor.ATTR_LOCAL_IP = "local_ip" |
| string homeassistant.components.google_wifi.sensor.ATTR_NEW_VERSION = "new_version" |
| string homeassistant.components.google_wifi.sensor.ATTR_STATUS = "status" |
| string homeassistant.components.google_wifi.sensor.ATTR_UPTIME = "uptime" |
| string homeassistant.components.google_wifi.sensor.DEFAULT_HOST = "testwifi.here" |
| string homeassistant.components.google_wifi.sensor.DEFAULT_NAME = "google_wifi" |
| string homeassistant.components.google_wifi.sensor.ENDPOINT = "/api/v1/status" |
| homeassistant.components.google_wifi.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1) |
| homeassistant.components.google_wifi.sensor.PLATFORM_SCHEMA |