Go to the source code of this file.
Namespaces | |
| homeassistant.components.google_wifi.sensor | |
Functions | |
| None | homeassistant.components.google_wifi.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.google_wifi.sensor._LOGGER = logging.getLogger(__name__) | |
| 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 | |