diff --git a/source/_components/sensor.google_wifi.markdown b/source/_components/sensor.google_wifi.markdown index ad628259793..c2a00ebeaa4 100644 --- a/source/_components/sensor.google_wifi.markdown +++ b/source/_components/sensor.google_wifi.markdown @@ -30,11 +30,11 @@ Configuration variables: - **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`). - **name** (*Optional*): Name to give the Google Wifi sensor. Defaults to `google_wifi`. -- **monitored_conditions** (*Optional*): Defines the data to monitor as sensors. Defaults to all of the listed options below. +- **monitored_conditions** array (*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 availiable firmware version. If router is up-to-date, this value defaults to `Latest`. + - **new_version**: Latest availiable firmware version. If router is up-to-date, this value defaults to `Latest`. - **uptime**: Days since router has been turned on. - - **last_restart**: Date of last restart. Format is `YYYY-MM-DD HH:mm:SS`. + - **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.