diff --git a/source/_components/scene.markdown b/source/_components/scene.home_assistant.markdown similarity index 100% rename from source/_components/scene.markdown rename to source/_components/scene.home_assistant.markdown diff --git a/source/_components/scene.powerview.markdown b/source/_components/scene.powerview.markdown new file mode 100644 index 00000000000..529effca817 --- /dev/null +++ b/source/_components/scene.powerview.markdown @@ -0,0 +1,23 @@ +--- +layout: page +title: "Hunter Douglas Powerview Scenes" +description: "Instructions how to setup Powerview scenes within Home Assistant." +date: 2016-03-11 16:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: hunter-douglas-powerview.png +ha_category: Organization +--- + +Implements the Hunter Douglas Powerview platform scene control. +It queries the Powerview Hub and HASS displays them as scenes. + +Scenes can be activated using the service `scene.turn_on`. + +```yaml +# Example configuration.yaml entry +scene: + - platform: hunterdouglas_powerview + address: \ No newline at end of file diff --git a/source/images/supported_brands/hunter-douglas-powerview.png b/source/images/supported_brands/hunter-douglas-powerview.png new file mode 100644 index 00000000000..08987d02cc1 Binary files /dev/null and b/source/images/supported_brands/hunter-douglas-powerview.png differ