From 04b25ca1111f338c1d210fa287899c2c5ff73517 Mon Sep 17 00:00:00 2001 From: Claude Gelinas Date: Sun, 30 Jun 2024 09:47:23 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 397ce80..2f89fc6 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,9 @@ Networks names are the names found on top of first page after loging into Neviwe | **username** | yes | | Your email address used to log in Neviweb. | **password** | yes | | Your Neviweb password. | **network** | no | if not specified, 1st location found is used. Write the name of the GT130 location in Neviweb you want to control.| Network name is the location name in Neviweb written on top center of first page, where your wifi or zigbee devices are registered. -| **network2** | no | 2nd location found | The name of the second location you want to control (zigbee and/or wifi only). +| **network2** | no | 2nd location found | The name of the second location you want to control (zigbee and/or wifi only). Don't add it if you have only one network. | **scan_interval** | no | 540 | The number of seconds between each access to Neviweb to update device state. Sinopé asked for a minimum of 5 minutes between polling now so you can reduce scan_interval to 300. Don't go over 600, the session will expire. -| **homekit_mode** | no | False | Add support for Homekit specific values. +| **homekit_mode** | no | False | Add support for Homekit specific values. Not needed if you don't use homekit. | **stat_interval** | no | 1800 | The number of seconds between each access to Neviweb for energy statistic update. Scan will start after 5 minutes from HA startup and will be updated at every 300 to 1800 seconds. If you have a GT125 also connected to Neviweb the network parameter is mandatory or it is possible that during the setup, the GT125 network will be picked up accidentally. If you have only two GT130/wifi network, you can omit there names as during setup, the first two network found will be picked up automatically. If you prefer to add networs names make sure that they are written «exactly» as in Neviweb. (first letter capitalized or not). Avoid also accented letters as Home Assistant will remove them and location name won't match preventing custom_component loading.