From d410e8157e960093698a8c81f0122c355f9eca07 Mon Sep 17 00:00:00 2001 From: jimmyd-be <34766203+jimmyd-be@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:23:49 +0200 Subject: [PATCH] Add button category and platfrom to Renson (#28762) Co-authored-by: G Johansson --- source/_integrations/renson.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/renson.markdown b/source/_integrations/renson.markdown index a5d3fcd21cc..907765e761d 100644 --- a/source/_integrations/renson.markdown +++ b/source/_integrations/renson.markdown @@ -3,6 +3,7 @@ title: Renson description: Instructions on how to integrate Renson Endura Delta sensors into Home Assistant. ha_category: - Binary Sensor + - Button - Sensor - Number ha_release: 2023.7 @@ -13,6 +14,7 @@ ha_codeowners: ha_domain: renson ha_platforms: - binary_sensor + - button - sensor - number ha_integration_type: integration @@ -20,5 +22,4 @@ ha_integration_type: integration The Renson integration pulls in data from the Renson Endura delta device. Most of the sensors that can be monitored from inside the Android/iOS application can be monitored with this integration. - {% include integrations/config_flow.md %}