From 972fbfccdf26c39805fdb321bcbb4ad8a33575fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Fri, 19 Jul 2024 11:30:27 +0200 Subject: [PATCH] Add select platform to myuplink integration (#33048) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/myuplink.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/myuplink.markdown b/source/_integrations/myuplink.markdown index e0333c6ee79..2a9264eb45c 100644 --- a/source/_integrations/myuplink.markdown +++ b/source/_integrations/myuplink.markdown @@ -4,6 +4,7 @@ description: Instructions on how to set up the myUplink integration within Home ha_category: - Binary sensor - Number + - Select - Sensor - Switch - Update @@ -18,6 +19,7 @@ ha_platforms: - binary_sensor - diagnostics - number + - select - sensor - switch - update @@ -26,7 +28,7 @@ ha_integration_type: integration The myUplink integration lets you get information about the devices supporting myUplink using the [official cloud API](https://dev.myuplink.com). -Depending on the type of devices in your system, one or more entities are added to Home Assistant. Currently, there is support for reading sensor states. There is also support for switches and number entities if suitable data points are discovered in the system. Note that you may need a valid subscription with MyUplink to control your equipment with switches and number entities. +Depending on the type of devices in your system, one or more entities are added to Home Assistant. Currently, there is support for reading sensor states. There is also support for switch, select and number entities if suitable data points are discovered in the system. Note that you may need a valid subscription with MyUplink to control your equipment with switch, select, and number entities. ## Prerequisites