From eefe03e3d1ad4ec9127c9405d5092da7e58fe1ee Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sun, 2 Mar 2025 14:20:42 +0100 Subject: [PATCH] Add LinkedGo virtual integration docs (#37772) * Add LinkedGo virtual integration docs * Remove empty line * Add Powered by Shelly * Fix ha_release --- source/_integrations/linkedgo.markdown | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 source/_integrations/linkedgo.markdown diff --git a/source/_integrations/linkedgo.markdown b/source/_integrations/linkedgo.markdown new file mode 100644 index 00000000000..96243799b2c --- /dev/null +++ b/source/_integrations/linkedgo.markdown @@ -0,0 +1,49 @@ +--- +title: LinkedGo +description: Integrate LinkedGo (Powered by Shelly) devices +ha_category: + - Binary sensor + - Climate + - Cover + - Energy + - Event + - Light + - Number + - Select + - Sensor + - Switch + - Text + - Update + - Valve +ha_release: '0.115' +ha_codeowners: + - '@balloob' + - '@bieniu' + - '@thecode' + - '@chemelli74' + - '@bdraco' +ha_iot_class: Local Push +ha_domain: linkedgo +ha_config_flow: true +ha_zeroconf: true +ha_platforms: + - binary_sensor + - button + - climate + - cover + - diagnostics + - event + - light + - number + - select + - sensor + - switch + - text + - update + - valve +ha_integration_type: virtual +ha_supporting_domain: shelly +ha_supporting_integration: Shelly +--- + +{% include integrations/supported_brand.md %}