From 951e970beb7964d5e8d9829f85ebcde8da9b8dbb Mon Sep 17 00:00:00 2001 From: PeteRager Date: Tue, 6 May 2025 08:56:35 -0400 Subject: [PATCH 1/2] feat: update docs --- source/_integrations/rehlko.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_integrations/rehlko.markdown b/source/_integrations/rehlko.markdown index 97a773e5e5d0..056b84049318 100644 --- a/source/_integrations/rehlko.markdown +++ b/source/_integrations/rehlko.markdown @@ -33,10 +33,24 @@ password: {% endconfiguration_basic %} -## Sensor availability +The integration uses your generator's name as the device name and within your entity names. To change this name, it is recommended to do so in the Kohler app before configuring the integration. + +## Sensors The sensors exposed by this integration depend on the specific instrumentation installed on your generator and transfer switch. Sensor availability can vary significantly—even between units of the same model. +### Status Sensors + +Status sensors provide information about the overall state of the generator. + +> **Note:** This list of values is not complete. If you observe new values, please report them by opening an issue. + +| Sensor ID | Values | Description | +|-------------------|--------------------------------------|---------------------------------| +| `generator_status` | ReadyToRun, RunningExercise, ... | Indicates the current generator status. | +| `engine_state` | Standby, PerformingVariableSpeedExercise, ... | Displays the current engine state. | +| `power_source` | Utility, ... | The source of power for the home. | + ## Tested generators These are the generator models that have been tested: From 2c56c9a22ae3fb2d3cb615c8ec89a31646eb9bd0 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 6 May 2025 17:22:56 +0200 Subject: [PATCH 2/2] tiny tweak --- source/_integrations/rehlko.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/rehlko.markdown b/source/_integrations/rehlko.markdown index 056b84049318..3f6701124b38 100644 --- a/source/_integrations/rehlko.markdown +++ b/source/_integrations/rehlko.markdown @@ -39,7 +39,7 @@ The integration uses your generator's name as the device name and within your en The sensors exposed by this integration depend on the specific instrumentation installed on your generator and transfer switch. Sensor availability can vary significantly—even between units of the same model. -### Status Sensors +### Status sensors Status sensors provide information about the overall state of the generator.