You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.google_wifi.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ Configuration variables:
30
30
31
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
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.
33
+
- **monitored_conditions** array (*Optional*): Defines the data to monitor as sensors. Defaults to all of the listed options below.
34
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`.
35
+
- **new_version**: Latest availiable firmware version. If router is up-to-date, this value defaults to `Latest`.
36
36
- **uptime**: Days since router has been turned on.
37
-
- **last_restart**: Date of last restart. Format is `YYYY-MM-DD HH:mm:SS`.
37
+
- **last_restart**: Date of last restart. Format is `YYYY-MM-DD HH:mm:SS`.
38
38
- **local_ip**: Local public IP address.
39
39
- **status**: Reports whether the router is or is not connected to the internet.
0 commit comments