Google Wifi


The google_wifi sensor integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] is displaying the exposed status of a Google Wifi (or OnHub) router.

The integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] is able to report network status, up-time, current IP address and firmware versions.

To enable this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], add the following lines to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
sensor:
  - platform: google_wifi

Configuration Variables

host string (Optional, default: testwifi.here)

The address to retrieve status from the router. Valid options are testwifi.here, in some cases onhub.here or the router’s IP address such as 192.168.86.1.

name string (Optional, default: google_wifi)

Name to give the Google Wifi sensor.

monitored_conditions list (Optional)

Defines the data to monitor as sensors. Defaults to all of the listed options below.

current_version

Current firmware version of the router.

new_version

Latest available firmware version. If router is up-to-date, this value shows to Latest.

uptime

Days since router has been turned on.

last_restart

Date of last restart. Format is YYYY-MM-DD HH:mm:SS.

local_ip

Local public IP address.

status

Reports whether the router is or is not connected to the internet.