Skip to content

Commit 6bbdf5c

Browse files
fronzbotLandrash
authored andcommitted
Google Wifi documentation (home-assistant#2984)
* Google Wifi documentation * Update sensor.google_wifi.markdown
1 parent 6680c0d commit 6bbdf5c

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: page
3+
title: "Google Wifi"
4+
description: "Instructions how to integrate Google Wifi/OnHub routers into Home Assistant."
5+
date: 2017-07-15 21:22
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: System Monitor
11+
logo: google_wifi.png
12+
ha_iot_class: "Local Polling"
13+
ha_release: "0.50"
14+
---
15+
16+
17+
The `google_wifi` sensor platform is displaying the exposed status of a [Google Wifi](https://madeby.google.com/wifi/) (or OnHub) router.
18+
19+
The sensor is able to report network status, up-time, current IP address, and firmware versions.
20+
21+
To enable this sensor, add the following lines to your `configuration.yaml` file:
22+
23+
```yaml
24+
# Example configuration.yaml entry
25+
sensor:
26+
- platform: google_wifi
27+
```
28+
29+
Configuration variables:
30+
31+
- **host** (*Optional*): The address to retreive status from the router. Defaults to `testwifi.here` (other options include `onhub.here` and your router's IP such as `192.168.86.1`).
32+
- **name** (*Optional*): Name to give the Google Wifi sensor. Defaults to `google_wifi`.
33+
- **monitored_conditions** (*Optional*): Defines the data to monitor as sensors. Defaults to all of the listed options below.
34+
- **current_version**: Current firmware version of the router.
35+
- **new_version**: Latest availiable firmware version. If router is up-to-date, this value defaults to `Latest`.
36+
- **uptime**: Days since router has been turned on.
37+
- **last_restart**: Date of last restart. Format is `YYYY-MM-DD HH:mm:SS`.
38+
- **local_ip**: Local public IP address.
39+
- **status**: Reports whether the router is or is not connected to the internet.
40+
18.6 KB
Loading

0 commit comments

Comments
 (0)