From 02abea1fa3a512d9591f15b0f93d4d5edae0eec1 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Wed, 1 Jun 2022 22:26:30 +1000 Subject: [PATCH 01/21] Add powerview supported shade information --- .../hunterdouglas_powerview.markdown | 84 ++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index e52dc5e7b918..9dc9c5aa1998 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -10,7 +10,9 @@ ha_domain: hunterdouglas_powerview ha_iot_class: Local Polling ha_config_flow: true ha_codeowners: - - '@bdraco' + - "@bdraco" + - "@kingy444" + - "@trullock" ha_homekit: true ha_platforms: - cover @@ -29,8 +31,88 @@ There is currently support for the following device types within Home Assistant: - Scene - Sensor +Known devices and their supported functionality is listed below. + +> :warning: Devices listed as **Under Development** may perform basic or slightly odd functionality until **Full** support is implemented.\ +> We ask you wait patiently for Full support before raising support tickets for other models.\ +> \ +> If however you're shade is not listed below please raise a support request for them to be added. + +| Type | Common Name | Capabilities | Support | +| ---- | ---------------------------------- | ------------------------------- | ----------------- | +| 4 | Roman | Bottom Up | Full | +| 5 | Bottom Up | Bottom Up | Full | +| 6 | Duette | Bottom Up | Full | +| 7 | Top Down | Top Down | Under Development | +| 8 | Duette, Top Down Bottom Up | Top Down, Bottom Up | Under Development | +| 9 | Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | Under Development | +| 18 | Silhouette | 90° Tilt when closed | Under Development | +| 23 | Silhouette | 90° Tilt when closed | Full | +| 38 | Silhouette Duolite | Dual Shade Blackout + 90° Tilt | Under Development | +| 42 | M25T Roller Blind | Bottom Up | Full | +| 43 | Facette | 90° Tilt when closed | Under Development | +| 44 | Twist | 180° Tilt when closed | Full | +| 47 | Pleated, Top Down Bottom Up | Top Down, Bottom Up | Under Development | +| 49 | AC Roller | Bottom Up | Full | +| 51 | Venetian, Tilt Anywhere | 180° Tilt Anywhere | Under Development | +| 54 | Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | Under Development | +| 55 | Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | Under Development | +| 56 | Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | Under Development | +| 62 | Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | Under Development | +| 65 | Vignette Duolite | Dual Shade Blackout | Under Development | +| 69 | Curtain, Left Stack | 180° Tilt when closed, Vertical | Under Development | +| 70 | Curtain, Right Stack | 180° Tilt when closed, Vertical | Under Development | +| 71 | Curtain, Split Stack | 180° Tilt when closed, Vertical | Under Development | +| 79 | Duolite Lift | Dual Shade Blackout | Under Development | + {% include integrations/config_flow.md %} +## Capabilities Information + +### Bottom Up + +These shades offer only the simple up/down movement of your conventional shades. + +### Top Down + +> :warning: Full functionality not currently implemented +These shades offer a unique movement which is inverse to your conventional shade where the shade is fixed to the floor and lowers from the roof. + +### Top Down, Bottom Up (TDBU) + +> :warning: Full functionality not currently implemented +TDBU shades consist of two rails controlled by two motors designated by Top and Bottom with fabric in between. +The Top and Bottom can move independently of each other to cover different parts of the window but cannot pass the other. +Two different entities that will be created for each blind: Top and Bottom. + +#### Top entity + +- 'Up/Open' will move the Top rail to the bottom of the window and set the Bottom rail to it's closed position. +- 'Down/Close' will move the Top rail to the top of the window and set the Bottom rail to it's closed position. +- 'Position' is the position in which the Top rail can move, so from the top of the window (0) to the bottom of the window (100). +- Note as the position of a Top rail cannot pass that of a Bottom rail if you set an 'impossible position' the position will fall back to the closest possible value to that requested. + +#### Bottom entity + +- 'Up/Open' will move the Bottom rail to the top of the window and set the Top rail to it's closed position. +- 'Down/Close' will move the Bottom rail to the bottom of the window and set the Top rail to it's closed position. +- 'Position' is the position in which the Bottom rail can move, so from the bottom of the window (0) to the top of the window (100). +- Note as the position of a Bottom rail cannot pass that of a Top rail if you set an 'impossible position' the position will fall back to the closest possible value to that requested. + +### Tilt when closed + +Shades with Tilt with Tilt when closed functionality only allow a shade to tilt when it is closed and will automatically close the vanes when the shade is moved from it's closed position. + +### Tilt Anywhere + +> :warning: Full functionality not currently implemented +These shades can tilt in any position and do not require the shade to be open or closed to adjust tilt position. + +### Dual Shade Blackout + +> :warning: Full functionality not currently implemented +These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer with the rear being blackout and neither panel can move independently to the other. + ## Example Automations ``` yaml From 8c8405ccfa43875db891819cc2f6b3a870d3fe2c Mon Sep 17 00:00:00 2001 From: kingy444 Date: Wed, 1 Jun 2022 22:34:29 +1000 Subject: [PATCH 02/21] Change warning logo to informational --- source/_integrations/hunterdouglas_powerview.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 9dc9c5aa1998..fd3f9304e4fc 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -75,12 +75,12 @@ These shades offer only the simple up/down movement of your conventional shades. ### Top Down -> :warning: Full functionality not currently implemented +> :information_source: Full functionality not currently implemented These shades offer a unique movement which is inverse to your conventional shade where the shade is fixed to the floor and lowers from the roof. ### Top Down, Bottom Up (TDBU) -> :warning: Full functionality not currently implemented +> :information_source: Full functionality not currently implemented TDBU shades consist of two rails controlled by two motors designated by Top and Bottom with fabric in between. The Top and Bottom can move independently of each other to cover different parts of the window but cannot pass the other. Two different entities that will be created for each blind: Top and Bottom. @@ -105,12 +105,12 @@ Shades with Tilt with Tilt when closed functionality only allow a shade to tilt ### Tilt Anywhere -> :warning: Full functionality not currently implemented +> :information_source: Full functionality not currently implemented These shades can tilt in any position and do not require the shade to be open or closed to adjust tilt position. ### Dual Shade Blackout -> :warning: Full functionality not currently implemented +> :information_source: Full functionality not currently implemented These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer with the rear being blackout and neither panel can move independently to the other. ## Example Automations From d0d37dbbca5e4a42ab64e8b4d660cfa568663507 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Thu, 2 Jun 2022 21:13:01 +1000 Subject: [PATCH 03/21] Add Table header and configuration position --- source/_integrations/hunterdouglas_powerview.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index fd3f9304e4fc..513ff86c5406 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -31,6 +31,10 @@ There is currently support for the following device types within Home Assistant: - Scene - Sensor +{% include integrations/config_flow.md %} + +## Supported Shades + Known devices and their supported functionality is listed below. > :warning: Devices listed as **Under Development** may perform basic or slightly odd functionality until **Full** support is implemented.\ @@ -65,8 +69,6 @@ Known devices and their supported functionality is listed below. | 71 | Curtain, Split Stack | 180° Tilt when closed, Vertical | Under Development | | 79 | Duolite Lift | Dual Shade Blackout | Under Development | -{% include integrations/config_flow.md %} - ## Capabilities Information ### Bottom Up From 6bc22d29df217f9ee9f1a87fbd9f6f6b603b5ef8 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 13:31:36 +1000 Subject: [PATCH 04/21] Rewording --- .../hunterdouglas_powerview.markdown | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 513ff86c5406..a6c1cfef13c5 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -37,27 +37,27 @@ There is currently support for the following device types within Home Assistant: Known devices and their supported functionality is listed below. -> :warning: Devices listed as **Under Development** may perform basic or slightly odd functionality until **Full** support is implemented.\ -> We ask you wait patiently for Full support before raising support tickets for other models.\ +> :warning: Devices listed as **Under Development** may perform basic or slightly odd functionality.\ +> We ask you wait patiently for testing to complete on other models.\ > \ -> If however you're shade is not listed below please raise a support request for them to be added. +> If however you're shade is not listed below please raise a feature request on the community forum. -| Type | Common Name | Capabilities | Support | +| Type | Common Name | Capabilities | Functionality | | ---- | ---------------------------------- | ------------------------------- | ----------------- | -| 4 | Roman | Bottom Up | Full | -| 5 | Bottom Up | Bottom Up | Full | -| 6 | Duette | Bottom Up | Full | +| 4 | Roman | Bottom Up | Confirmed | +| 5 | Bottom Up | Bottom Up | Confirmed | +| 6 | Duette | Bottom Up | Confirmed | | 7 | Top Down | Top Down | Under Development | | 8 | Duette, Top Down Bottom Up | Top Down, Bottom Up | Under Development | | 9 | Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | Under Development | | 18 | Silhouette | 90° Tilt when closed | Under Development | -| 23 | Silhouette | 90° Tilt when closed | Full | +| 23 | Silhouette | 90° Tilt when closed | Confirmed | | 38 | Silhouette Duolite | Dual Shade Blackout + 90° Tilt | Under Development | -| 42 | M25T Roller Blind | Bottom Up | Full | +| 42 | M25T Roller Blind | Bottom Up | Confirmed | | 43 | Facette | 90° Tilt when closed | Under Development | -| 44 | Twist | 180° Tilt when closed | Full | +| 44 | Twist | 180° Tilt when closed | Confirmed | | 47 | Pleated, Top Down Bottom Up | Top Down, Bottom Up | Under Development | -| 49 | AC Roller | Bottom Up | Full | +| 49 | AC Roller | Bottom Up | Confirmed | | 51 | Venetian, Tilt Anywhere | 180° Tilt Anywhere | Under Development | | 54 | Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | Under Development | | 55 | Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | Under Development | From 527f35a6a435fafe9df1f8315c71227448a2a0c3 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:03:19 +1000 Subject: [PATCH 05/21] tweak wording hunterdouglas_powerview.markdown Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index a6c1cfef13c5..fcda4e11a5bb 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -84,7 +84,7 @@ These shades offer a unique movement which is inverse to your conventional shade > :information_source: Full functionality not currently implemented TDBU shades consist of two rails controlled by two motors designated by Top and Bottom with fabric in between. -The Top and Bottom can move independently of each other to cover different parts of the window but cannot pass the other. +The Top and Bottom can move independently to cover different parts of the window but cannot pass the other. Two different entities that will be created for each blind: Top and Bottom. #### Top entity From 42435c139365af3368df9a20ed96de67c32086c3 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:03:26 +1000 Subject: [PATCH 06/21] tweak wording hunterdouglas_powerview.markdown Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index fcda4e11a5bb..9efc4423e992 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -78,7 +78,7 @@ These shades offer only the simple up/down movement of your conventional shades. ### Top Down > :information_source: Full functionality not currently implemented -These shades offer a unique movement which is inverse to your conventional shade where the shade is fixed to the floor and lowers from the roof. +These shades offer a unique movement that is inverse to your conventional shade, where the shade is fixed to the floor and lowered from the roof. ### Top Down, Bottom Up (TDBU) From 68e15a660868b30e496be38589e0dac7f2072f96 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:05:45 +1000 Subject: [PATCH 07/21] tilt when closed --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 9efc4423e992..dbdbd78125f9 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -103,7 +103,7 @@ Two different entities that will be created for each blind: Top and Bottom. ### Tilt when closed -Shades with Tilt with Tilt when closed functionality only allow a shade to tilt when it is closed and will automatically close the vanes when the shade is moved from it's closed position. +Shades with Tilt when closed functionality only allow a shade to tilt when it is closed and will automatically close the vanes when the shade is moved from it's closed position. ### Tilt Anywhere From a679826f3b639dbdd008f35ca4c0d902762034ea Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:06:10 +1000 Subject: [PATCH 08/21] tweak wording hunterdouglas_powerview.markdown Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index dbdbd78125f9..3d3d86d66c6e 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -108,7 +108,7 @@ Shades with Tilt when closed functionality only allow a shade to tilt when it is ### Tilt Anywhere > :information_source: Full functionality not currently implemented -These shades can tilt in any position and do not require the shade to be open or closed to adjust tilt position. +These shades can tilt in any position and do not require the shade to be open or closed to adjust the tilt position. ### Dual Shade Blackout From 8e7c01b168b9dba3dfdf902e5af6132d00b0f6f4 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:06:24 +1000 Subject: [PATCH 09/21] tweak wording hunterdouglas_powerview.markdown Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 3d3d86d66c6e..25433b83b50e 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -113,7 +113,7 @@ These shades can tilt in any position and do not require the shade to be open or ### Dual Shade Blackout > :information_source: Full functionality not currently implemented -These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer with the rear being blackout and neither panel can move independently to the other. +These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer, with the rear being blackout, and neither panel can move independently from the other. ## Example Automations From 927cc891268c22c8753c730a4bf548f51ffdf409 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:12:32 +1000 Subject: [PATCH 10/21] rewording hunterdouglas_powerview.markdown --- .../hunterdouglas_powerview.markdown | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 25433b83b50e..36d8ca9ca3c2 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -78,27 +78,29 @@ These shades offer only the simple up/down movement of your conventional shades. ### Top Down > :information_source: Full functionality not currently implemented + These shades offer a unique movement that is inverse to your conventional shade, where the shade is fixed to the floor and lowered from the roof. ### Top Down, Bottom Up (TDBU) > :information_source: Full functionality not currently implemented + TDBU shades consist of two rails controlled by two motors designated by Top and Bottom with fabric in between. The Top and Bottom can move independently to cover different parts of the window but cannot pass the other. Two different entities that will be created for each blind: Top and Bottom. #### Top entity -- 'Up/Open' will move the Top rail to the bottom of the window and set the Bottom rail to it's closed position. -- 'Down/Close' will move the Top rail to the top of the window and set the Bottom rail to it's closed position. -- 'Position' is the position in which the Top rail can move, so from the top of the window (0) to the bottom of the window (100). +- 'Up/Open' will move the Top rail to the bottom of the window and set the Bottom rail to its closed position. +- 'Down/Close' will move the Top rail to the top of the window and set the Bottom rail to its closed position. +- 'Position' is the position in which the Top rail can move from the top of the window (0) to the bottom (100). - Note as the position of a Top rail cannot pass that of a Bottom rail if you set an 'impossible position' the position will fall back to the closest possible value to that requested. #### Bottom entity -- 'Up/Open' will move the Bottom rail to the top of the window and set the Top rail to it's closed position. -- 'Down/Close' will move the Bottom rail to the bottom of the window and set the Top rail to it's closed position. -- 'Position' is the position in which the Bottom rail can move, so from the bottom of the window (0) to the top of the window (100). +- 'Up/Open' will move the Bottom rail to the top of the window and set the Top rail to its closed position. +- 'Down/Close' will move the Bottom rail to the bottom of the window and set the Top rail to its closed position. +- 'Position' is the position in which the Bottom rail can move from the bottom of the window (0) to the top (100). - Note as the position of a Bottom rail cannot pass that of a Top rail if you set an 'impossible position' the position will fall back to the closest possible value to that requested. ### Tilt when closed @@ -108,11 +110,13 @@ Shades with Tilt when closed functionality only allow a shade to tilt when it is ### Tilt Anywhere > :information_source: Full functionality not currently implemented + These shades can tilt in any position and do not require the shade to be open or closed to adjust the tilt position. ### Dual Shade Blackout > :information_source: Full functionality not currently implemented + These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer, with the rear being blackout, and neither panel can move independently from the other. ## Example Automations From 037a997a91c665fd05cb7e2163a304aac81b67e5 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:14:07 +1000 Subject: [PATCH 11/21] Update hunterdouglas_powerview.markdown --- source/_integrations/hunterdouglas_powerview.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 36d8ca9ca3c2..19551a8c35f0 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -94,14 +94,14 @@ Two different entities that will be created for each blind: Top and Bottom. - 'Up/Open' will move the Top rail to the bottom of the window and set the Bottom rail to its closed position. - 'Down/Close' will move the Top rail to the top of the window and set the Bottom rail to its closed position. - 'Position' is the position in which the Top rail can move from the top of the window (0) to the bottom (100). -- Note as the position of a Top rail cannot pass that of a Bottom rail if you set an 'impossible position' the position will fall back to the closest possible value to that requested. +- The position of a Top rail cannot pass that of a Bottom rail. If you set an impossible position, the position will fall back to the closest possible value to that requested. #### Bottom entity - 'Up/Open' will move the Bottom rail to the top of the window and set the Top rail to its closed position. - 'Down/Close' will move the Bottom rail to the bottom of the window and set the Top rail to its closed position. - 'Position' is the position in which the Bottom rail can move from the bottom of the window (0) to the top (100). -- Note as the position of a Bottom rail cannot pass that of a Top rail if you set an 'impossible position' the position will fall back to the closest possible value to that requested. +- The position of a Bottom rail cannot pass that of a Top rail. If you set an impossible position, the position will fall back to the closest possible value to that requested. ### Tilt when closed From 33e8a41798e456c3141d71cc1ede2cc1ee4c5026 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 3 Jun 2022 14:38:19 +1000 Subject: [PATCH 12/21] Update source/_integrations/hunterdouglas_powerview.markdown Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 19551a8c35f0..c45e3be747f2 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -33,7 +33,7 @@ There is currently support for the following device types within Home Assistant: {% include integrations/config_flow.md %} -## Supported Shades +## Shades Known devices and their supported functionality is listed below. From 658e9cf05aa44ea261fc59341bf88e9fd4f1decd Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sat, 4 Jun 2022 10:32:05 +0000 Subject: [PATCH 13/21] Formatting --- .../hunterdouglas_powerview.markdown | 74 ++++++++++--------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index c45e3be747f2..e5e9c1069fd5 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -37,37 +37,39 @@ There is currently support for the following device types within Home Assistant: Known devices and their supported functionality is listed below. -> :warning: Devices listed as **Under Development** may perform basic or slightly odd functionality.\ -> We ask you wait patiently for testing to complete on other models.\ -> \ -> If however you're shade is not listed below please raise a feature request on the community forum. - -| Type | Common Name | Capabilities | Functionality | -| ---- | ---------------------------------- | ------------------------------- | ----------------- | -| 4 | Roman | Bottom Up | Confirmed | -| 5 | Bottom Up | Bottom Up | Confirmed | -| 6 | Duette | Bottom Up | Confirmed | -| 7 | Top Down | Top Down | Under Development | -| 8 | Duette, Top Down Bottom Up | Top Down, Bottom Up | Under Development | -| 9 | Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | Under Development | -| 18 | Silhouette | 90° Tilt when closed | Under Development | -| 23 | Silhouette | 90° Tilt when closed | Confirmed | -| 38 | Silhouette Duolite | Dual Shade Blackout + 90° Tilt | Under Development | -| 42 | M25T Roller Blind | Bottom Up | Confirmed | -| 43 | Facette | 90° Tilt when closed | Under Development | -| 44 | Twist | 180° Tilt when closed | Confirmed | -| 47 | Pleated, Top Down Bottom Up | Top Down, Bottom Up | Under Development | -| 49 | AC Roller | Bottom Up | Confirmed | -| 51 | Venetian, Tilt Anywhere | 180° Tilt Anywhere | Under Development | -| 54 | Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | Under Development | -| 55 | Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | Under Development | -| 56 | Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | Under Development | -| 62 | Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | Under Development | -| 65 | Vignette Duolite | Dual Shade Blackout | Under Development | -| 69 | Curtain, Left Stack | 180° Tilt when closed, Vertical | Under Development | -| 70 | Curtain, Right Stack | 180° Tilt when closed, Vertical | Under Development | -| 71 | Curtain, Split Stack | 180° Tilt when closed, Vertical | Under Development | -| 79 | Duolite Lift | Dual Shade Blackout | Under Development | +
+Devices marked with a ~ may perform basic or slightly odd functionality.
+We ask you wait patiently for testing to complete on these models.
+
+If your shade is not listed please raise a feature request on the community forum. +
+ +| Type | Common Name | Capabilities | +| ---- | ---------------------------------- | ------------------------------- | +| 4 | Roman | Bottom Up | +| 5 | Bottom Up | Bottom Up | +| 6 | Duette | Bottom Up | +| 7 ~ | Top Down | Top Down | +| 8 ~ | Duette, Top Down Bottom Up | Top Down, Bottom Up | +| 9 ~ | Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | +| 18 ~ | Silhouette | 90° Tilt when closed | +| 23 | Silhouette | 90° Tilt when closed | +| 38 ~ | Silhouette Duolite | Dual Shade Blackout + 90° Tilt | +| 42 | M25T Roller Blind | Bottom Up | +| 43 ~ | Facette | 90° Tilt when closed | +| 44 | Twist | 180° Tilt when closed | +| 47 ~ | Pleated, Top Down Bottom Up | Top Down, Bottom Up | +| 49 | AC Roller | Bottom Up | +| 51 ~ | Venetian, Tilt Anywhere | 180° Tilt Anywhere | +| 54 ~ | Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | +| 55 ~ | Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | +| 56 ~ | Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | +| 62 ~ | Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | +| 65 ~ | Vignette Duolite | Dual Shade Blackout | +| 69 ~ | Curtain, Left Stack | 180° Tilt when closed, Vertical | +| 70 ~ | Curtain, Right Stack | 180° Tilt when closed, Vertical | +| 71 ~ | Curtain, Split Stack | 180° Tilt when closed, Vertical | +| 79 ~ | Duolite Lift | Dual Shade Blackout | ## Capabilities Information @@ -77,13 +79,13 @@ These shades offer only the simple up/down movement of your conventional shades. ### Top Down -> :information_source: Full functionality not currently implemented +
Full functionality not currently implemented
These shades offer a unique movement that is inverse to your conventional shade, where the shade is fixed to the floor and lowered from the roof. ### Top Down, Bottom Up (TDBU) -> :information_source: Full functionality not currently implemented +
Full functionality not currently implemented
TDBU shades consist of two rails controlled by two motors designated by Top and Bottom with fabric in between. The Top and Bottom can move independently to cover different parts of the window but cannot pass the other. @@ -109,13 +111,13 @@ Shades with Tilt when closed functionality only allow a shade to tilt when it is ### Tilt Anywhere -> :information_source: Full functionality not currently implemented +
Full functionality not currently implemented
These shades can tilt in any position and do not require the shade to be open or closed to adjust the tilt position. ### Dual Shade Blackout -> :information_source: Full functionality not currently implemented +
Full functionality not currently implemented
These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer, with the rear being blackout, and neither panel can move independently from the other. @@ -130,4 +132,4 @@ These shades consist of two pieces of fabric attached to a single rail. The fron - service: scene.turn_on target: entity_id: scene.10877 -``` +``` \ No newline at end of file From e78698c4bf9b01906326ceba144a9c016102b3a3 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sat, 4 Jun 2022 10:45:32 +0000 Subject: [PATCH 14/21] Formatting --- .../hunterdouglas_powerview.markdown | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index e5e9c1069fd5..45a20dc63dfa 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -38,38 +38,38 @@ There is currently support for the following device types within Home Assistant: Known devices and their supported functionality is listed below.
-Devices marked with a ~ may perform basic or slightly odd functionality.
+Devices marked with a ^ may perform basic or slightly odd functionality.
We ask you wait patiently for testing to complete on these models.

If your shade is not listed please raise a feature request on the community forum.
-| Type | Common Name | Capabilities | -| ---- | ---------------------------------- | ------------------------------- | -| 4 | Roman | Bottom Up | -| 5 | Bottom Up | Bottom Up | -| 6 | Duette | Bottom Up | -| 7 ~ | Top Down | Top Down | -| 8 ~ | Duette, Top Down Bottom Up | Top Down, Bottom Up | -| 9 ~ | Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | -| 18 ~ | Silhouette | 90° Tilt when closed | -| 23 | Silhouette | 90° Tilt when closed | -| 38 ~ | Silhouette Duolite | Dual Shade Blackout + 90° Tilt | -| 42 | M25T Roller Blind | Bottom Up | -| 43 ~ | Facette | 90° Tilt when closed | -| 44 | Twist | 180° Tilt when closed | -| 47 ~ | Pleated, Top Down Bottom Up | Top Down, Bottom Up | -| 49 | AC Roller | Bottom Up | -| 51 ~ | Venetian, Tilt Anywhere | 180° Tilt Anywhere | -| 54 ~ | Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | -| 55 ~ | Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | -| 56 ~ | Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | -| 62 ~ | Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | -| 65 ~ | Vignette Duolite | Dual Shade Blackout | -| 69 ~ | Curtain, Left Stack | 180° Tilt when closed, Vertical | -| 70 ~ | Curtain, Right Stack | 180° Tilt when closed, Vertical | -| 71 ~ | Curtain, Split Stack | 180° Tilt when closed, Vertical | -| 79 ~ | Duolite Lift | Dual Shade Blackout | +| Type and Name | Capabilities | +| :---------------------------------------- | :------------------------------ | +| 4 - Roman | Bottom Up | +| 5 - Bottom Up | Bottom Up | +| 6 - Duette | Bottom Up | +| ^7 - Top Down | Top Down | +| ^8 - Duette, Top Down Bottom Up | Top Down, Bottom Up | +| ^9 - Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | +| ^18 - Silhouette | 90° Tilt when closed | +| 23 - Silhouette | 90° Tilt when closed | +| ^38 - Silhouette Duolite | Dual Shade Blackout + 90° Tilt | +| 42 - M25T Roller Blind | Bottom Up | +| ^43 - Facette | 90° Tilt when closed | +| 44 - Twist | 180° Tilt when closed | +| ^47 - Pleated, Top Down Bottom Up | Top Down, Bottom Up | +| 49 - AC Roller | Bottom Up | +| ^51 - Venetian, Tilt Anywhere | 180° Tilt Anywhere | +| ^54 - Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | +| ^55 - Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | +| ^56 - Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | +| ^62 - Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | +| ^65 - Vignette Duolite | Dual Shade Blackout | +| ^69 - Curtain, Left Stack | 180° Tilt when closed, Vertical | +| ^70 - Curtain, Right Stack | 180° Tilt when closed, Vertical | +| ^71 - Curtain, Split Stack | 180° Tilt when closed, Vertical | +| ^79 - Duolite Lift | Dual Shade Blackout | ## Capabilities Information From 4d825e40c562e14c1a0ce131b1f64bcdebd4d72e Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sat, 4 Jun 2022 12:05:40 +0000 Subject: [PATCH 15/21] Split supported shades table --- .../hunterdouglas_powerview.markdown | 62 ++++++++++--------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 45a20dc63dfa..14820b234c8f 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -38,38 +38,42 @@ There is currently support for the following device types within Home Assistant: Known devices and their supported functionality is listed below.
-Devices marked with a ^ may perform basic or slightly odd functionality.
-We ask you wait patiently for testing to complete on these models.
-
If your shade is not listed please raise a feature request on the community forum.
-| Type and Name | Capabilities | -| :---------------------------------------- | :------------------------------ | -| 4 - Roman | Bottom Up | -| 5 - Bottom Up | Bottom Up | -| 6 - Duette | Bottom Up | -| ^7 - Top Down | Top Down | -| ^8 - Duette, Top Down Bottom Up | Top Down, Bottom Up | -| ^9 - Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | -| ^18 - Silhouette | 90° Tilt when closed | -| 23 - Silhouette | 90° Tilt when closed | -| ^38 - Silhouette Duolite | Dual Shade Blackout + 90° Tilt | -| 42 - M25T Roller Blind | Bottom Up | -| ^43 - Facette | 90° Tilt when closed | -| 44 - Twist | 180° Tilt when closed | -| ^47 - Pleated, Top Down Bottom Up | Top Down, Bottom Up | -| 49 - AC Roller | Bottom Up | -| ^51 - Venetian, Tilt Anywhere | 180° Tilt Anywhere | -| ^54 - Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | -| ^55 - Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | -| ^56 - Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | -| ^62 - Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | -| ^65 - Vignette Duolite | Dual Shade Blackout | -| ^69 - Curtain, Left Stack | 180° Tilt when closed, Vertical | -| ^70 - Curtain, Right Stack | 180° Tilt when closed, Vertical | -| ^71 - Curtain, Split Stack | 180° Tilt when closed, Vertical | -| ^79 - Duolite Lift | Dual Shade Blackout | +| Type and Name | Capabilities | +| :--------------------------------------- | :------------------------------ | +| 4   - Roman | Bottom Up | +| 5   - Bottom Up | Bottom Up | +| 6   - Duette | Bottom Up | +| 23 - Silhouette | 90° Tilt when closed | +| 42 - M25T Roller Blind | Bottom Up | +| 44 - Twist | 180° Tilt when closed | +| 49 - AC Roller | Bottom Up | + +
+These devices are currently still being tested. We ask you wait patiently while this completes. Until this is completed these may perform basic or slightly odd functionality. +
+ +| Type and Name | Capabilities | +| :--------------------------------------- | :------------------------------ | +| 7   - Top Down | Top Down | +| 8   - Duette, Top Down Bottom Up | Top Down, Bottom Up | +| 9   - Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | +| 18 - Silhouette | 90° Tilt when closed | +| 38 - Silhouette Duolite | Dual Shade Blackout + 90° Tilt | +| 43 - Facette | 90° Tilt when closed | +| 47 - Pleated, Top Down Bottom Up | Top Down, Bottom Up | +| 51 - Venetian, Tilt Anywhere | 180° Tilt Anywhere | +| 54 - Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | +| 55 - Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | +| 56 - Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | +| 62 - Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | +| 65 - Vignette Duolite | Dual Shade Blackout | +| 69 - Curtain, Left Stack | 180° Tilt when closed, Vertical | +| 70 - Curtain, Right Stack | 180° Tilt when closed, Vertical | +| 71 - Curtain, Split Stack | 180° Tilt when closed, Vertical | +| 79 - Duolite Lift | Dual Shade Blackout | ## Capabilities Information From abc93c4bdbec0ff3604f086ac5ddef81ac9f953a Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sun, 5 Jun 2022 11:24:12 +1000 Subject: [PATCH 16/21] Update source/_integrations/hunterdouglas_powerview.markdown Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 14820b234c8f..09cdb81cc1be 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -35,7 +35,7 @@ There is currently support for the following device types within Home Assistant: ## Shades -Known devices and their supported functionality is listed below. +### Known working devices and their functionality is listed below.
If your shade is not listed please raise a feature request on the community forum. From 3447e2839f3e0b756df354ea7e3771472aa6cc83 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sun, 5 Jun 2022 13:14:41 +1000 Subject: [PATCH 17/21] tweaks Co-authored-by: J. Nick Koston --- source/_integrations/hunterdouglas_powerview.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 09cdb81cc1be..0fb57c6e4c2b 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -51,6 +51,8 @@ If your shade is not listed please raise a feature request on the community foru | 44 - Twist | 180° Tilt when closed | | 49 - AC Roller | Bottom Up | +### Devices under with limited functionality +
These devices are currently still being tested. We ask you wait patiently while this completes. Until this is completed these may perform basic or slightly odd functionality.
From 497db335eda1116c56ad2da504de30f5e3c21107 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sun, 5 Jun 2022 13:15:02 +1000 Subject: [PATCH 18/21] Move to Names first Co-authored-by: J. Nick Koston --- .../_integrations/hunterdouglas_powerview.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 0fb57c6e4c2b..19c07ef5dcf9 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -43,13 +43,13 @@ If your shade is not listed please raise a feature request on the community foru | Type and Name | Capabilities | | :--------------------------------------- | :------------------------------ | -| 4   - Roman | Bottom Up | -| 5   - Bottom Up | Bottom Up | -| 6   - Duette | Bottom Up | -| 23 - Silhouette | 90° Tilt when closed | -| 42 - M25T Roller Blind | Bottom Up | -| 44 - Twist | 180° Tilt when closed | -| 49 - AC Roller | Bottom Up | +| Roman (4) | Bottom Up | +| Bottom Up (5) | Bottom Up | +| Duette (6) | Bottom Up | +| Silhouette (23) | 90° Tilt when closed | +| M25T Roller Blind (42) | Bottom Up | +| Twist (44) | 180° Tilt when closed | +| AC Roller (49) | Bottom Up | ### Devices under with limited functionality From 942871b890a04fc580c1a004b4c8debd09aa2e3a Mon Sep 17 00:00:00 2001 From: kingy444 Date: Sun, 5 Jun 2022 03:23:36 +0000 Subject: [PATCH 19/21] Fortmatting --- .../hunterdouglas_powerview.markdown | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 19c07ef5dcf9..31c5b62a6d5c 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -41,15 +41,15 @@ There is currently support for the following device types within Home Assistant: If your shade is not listed please raise a feature request on the community forum.
-| Type and Name | Capabilities | -| :--------------------------------------- | :------------------------------ | -| Roman (4) | Bottom Up | +| Name (Type) | Capabilities | +| :------------------------------------- | :------------------------------ | +| Roman (4) | Bottom Up | | Bottom Up (5) | Bottom Up | -| Duette (6) | Bottom Up | +| Duette (6) | Bottom Up | | Silhouette (23) | 90° Tilt when closed | | M25T Roller Blind (42) | Bottom Up | -| Twist (44) | 180° Tilt when closed | -| AC Roller (49) | Bottom Up | +| Twist (44) | 180° Tilt when closed | +| AC Roller (49) | Bottom Up | ### Devices under with limited functionality @@ -57,25 +57,25 @@ If your shade is not listed please raise a feature request on the community foru These devices are currently still being tested. We ask you wait patiently while this completes. Until this is completed these may perform basic or slightly odd functionality. -| Type and Name | Capabilities | -| :--------------------------------------- | :------------------------------ | -| 7   - Top Down | Top Down | -| 8   - Duette, Top Down Bottom Up | Top Down, Bottom Up | -| 9   - Duette DuoLite, Top Down Bottom Up | Top Down, Bottom Up | -| 18 - Silhouette | 90° Tilt when closed | -| 38 - Silhouette Duolite | Dual Shade Blackout + 90° Tilt | -| 43 - Facette | 90° Tilt when closed | -| 47 - Pleated, Top Down Bottom Up | Top Down, Bottom Up | -| 51 - Venetian, Tilt Anywhere | 180° Tilt Anywhere | -| 54 - Vertical Slats, Left Stack | 180° Tilt when closed, Vertical | -| 55 - Vertical Slats, Right Stack | 180° Tilt when closed, Vertical | -| 56 - Vertical Slats, Split Stack | 180° Tilt when closed, Vertical | -| 62 - Venetian, Tilt Anywhere | 180° Tilt Anywhere, Vertical | -| 65 - Vignette Duolite | Dual Shade Blackout | -| 69 - Curtain, Left Stack | 180° Tilt when closed, Vertical | -| 70 - Curtain, Right Stack | 180° Tilt when closed, Vertical | -| 71 - Curtain, Split Stack | 180° Tilt when closed, Vertical | -| 79 - Duolite Lift | Dual Shade Blackout | +| Name (Type) | Capabilities | +| :------------------------------------- | :------------------------------ | +| Top Down (7) | Top Down | +| Duette, Top Down Bottom Up (8) | Top Down, Bottom Up | +| Duette DuoLite, Top Down Bottom Up (9) | Top Down, Bottom Up | +| Silhouette (18) | 90° Tilt when closed | +| Silhouette Duolite (38) | Dual Shade Blackout + 90° Tilt | +| Facette (43) | 90° Tilt when closed | +| Pleated, Top Down Bottom Up (47) | Top Down, Bottom Up | +| Venetian, Tilt Anywhere (51) | 180° Tilt Anywhere | +| Vertical Slats, Left Stack (54) | 180° Tilt when closed, Vertical | +| Vertical Slats, Right Stack (55) | 180° Tilt when closed, Vertical | +| Vertical Slats, Split Stack (56) | 180° Tilt when closed, Vertical | +| Venetian, Tilt Anywhere (62) | 180° Tilt Anywhere, Vertical | +| Vignette Duolite (65) | Dual Shade Blackout | +| Curtain, Left Stack (69) | 180° Tilt when closed, Vertical | +| Curtain, Right Stack (70) | 180° Tilt when closed, Vertical | +| Curtain, Split Stack (71) | 180° Tilt when closed, Vertical | +| Duolite Lift (79) | Dual Shade Blackout | ## Capabilities Information @@ -138,4 +138,4 @@ These shades consist of two pieces of fabric attached to a single rail. The fron - service: scene.turn_on target: entity_id: scene.10877 -``` \ No newline at end of file +``` From 2f6d3894bfdab9270c22c87e5fe4e8ff35ccbebc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 Jun 2022 17:30:23 -1000 Subject: [PATCH 20/21] Update source/_integrations/hunterdouglas_powerview.markdown --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 31c5b62a6d5c..45565936b9f9 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -35,7 +35,7 @@ There is currently support for the following device types within Home Assistant: ## Shades -### Known working devices and their functionality is listed below. +### Known working devices
If your shade is not listed please raise a feature request on the community forum. From 2fdde1df79e4429d04e83a364161521edeb3e30b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 Jun 2022 17:30:28 -1000 Subject: [PATCH 21/21] Update source/_integrations/hunterdouglas_powerview.markdown --- source/_integrations/hunterdouglas_powerview.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/hunterdouglas_powerview.markdown b/source/_integrations/hunterdouglas_powerview.markdown index 45565936b9f9..252a6a705d57 100644 --- a/source/_integrations/hunterdouglas_powerview.markdown +++ b/source/_integrations/hunterdouglas_powerview.markdown @@ -51,7 +51,7 @@ If your shade is not listed please raise a feature request on the community foru | Twist (44) | 180° Tilt when closed | | AC Roller (49) | Bottom Up | -### Devices under with limited functionality +### Devices with limited functionality
These devices are currently still being tested. We ask you wait patiently while this completes. Until this is completed these may perform basic or slightly odd functionality.