diff --git a/docs/controls.md b/docs/controls.md index 7c462b9..6519f0c 100644 --- a/docs/controls.md +++ b/docs/controls.md @@ -24,7 +24,7 @@ The primary router has more controls than the additional ones. Allows you to reboot the selected router. There is one button that is always present: -* `button._reboot_primary_router` +* `button._reboot` Also, one button is created for each additional router in the mesh network: * `button._reboot_` @@ -40,7 +40,7 @@ Allows you to manage the [OneHop connect](https://consumer.huawei.com/ph/support The switches will not be added to Home Assistant if the router does not support NFC. Primary router have the following switch: -* `switch._nfc_primary_router` +* `switch._nfc` Also, one switch is created for each supported additional router in the mesh network: * `switch._nfc_` diff --git a/docs/sensors.md b/docs/sensors.md index b9d2587..be70c68 100644 --- a/docs/sensors.md +++ b/docs/sensors.md @@ -21,8 +21,8 @@ The primary router has more sensors than the additional ones. The component provides the ability to obtain the number of connected devices both to the entire mesh network and to specific routers using sensors. There are two sensors for Primary router: -* `sensor._clients_primary_router` - number of devices connected to the primary router **\*** -* `sensor._total_clients_primary_router` - total number of devices connected to the mesh network +* `sensor._clients` - number of devices connected to the primary router **\*** +* `sensor._total_clients` - total number of devices connected to the mesh network ![Clients sensor](images/sensor_total_clients.png) @@ -54,7 +54,7 @@ The component allows you to get the uptime of each router in your mesh network. The sensor value is the date and time when the router was last turned on. There is one sensor that is always present: -* `sensor._uptime_primary_router` +* `sensor._uptime` Also, one sensor is created for each additional router in the mesh network: * `sensor._uptime_` @@ -75,7 +75,7 @@ The component is able to track information about the connection of the router to The sensor is in the "on" state if the Internet connection is established. There is one sensor that is always present: -* `binary_sensor._internet_connection_primary_router` +* `binary_sensor._internet_connection` ![Internet connection sensor](images/sensor_internet_connection.png)