Fix links

This commit is contained in:
Paulus Schoutsen 2019-01-09 15:47:37 -08:00
parent 7d22d0bcef
commit 6720d48707
6 changed files with 20 additions and 13 deletions

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: ness.jpg logo: ness.jpg
ha_category: Alarm ha_category: Alarm
ha_release: 0.84 ha_release: 0.85
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: ness.jpg logo: ness.jpg
ha_category: Binary Sensor ha_category: Binary Sensor
ha_release: 0.84 ha_release: 0.85
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---

View File

@ -11,11 +11,12 @@ logo: esphome.png
ha_category: DIY ha_category: DIY
ha_release: 0.85 ha_release: 0.85
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
redirect_from: /components/binary_sensor.esphome/ redirect_from:
redirect_from: /components/cover.esphome/ - /components/binary_sensor.esphome/
redirect_from: /components/fan.esphome/ - /components/cover.esphome/
redirect_from: /components/light.esphome/ - /components/fan.esphome/
redirect_from: /components/switch.esphome/ - /components/light.esphome/
- /components/switch.esphome/
--- ---
This component allows you to connect your [ESPHome](https://esphomelib.com/esphomeyaml/index.html) devices directly into Home Assistant with the [native ESPHome API](https://esphomelib.com/esphomeyaml/components/api.html). This component allows you to connect your [ESPHome](https://esphomelib.com/esphomeyaml/index.html) devices directly into Home Assistant with the [native ESPHome API](https://esphomelib.com/esphomeyaml/components/api.html).

View File

@ -12,6 +12,8 @@ ha_category: Hub
featured: False featured: False
ha_release: 0.85 ha_release: 0.85
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
redirect_from:
- /components/binary_sensor.homeworks/
--- ---
[Lutron](http://www.lutron.com/) is an American lighting control company. The Lutron Homeworks Series 4 & 8 systems are relatively old (~2003), and use RS-232 connections to communicate with home automation systems. The `homeworks` component in Home Assistant is responsible for communicating with the main controller for these systems. Communication is through an ethernet to serial converter (NPort, for example). [Lutron](http://www.lutron.com/) is an American lighting control company. The Lutron Homeworks Series 4 & 8 systems are relatively old (~2003), and use RS-232 connections to communicate with home automation systems. The `homeworks` component in Home Assistant is responsible for communicating with the main controller for these systems. Communication is through an ethernet to serial converter (NPort, for example).
@ -37,7 +39,7 @@ homeworks:
- addr: "[02:08:01:02]" - addr: "[02:08:01:02]"
name: "Foyer Downlights" name: "Foyer Downlights"
rate: 2 rate: 2
keypads: keypads:
- addr: "[02:08:02:01]" - addr: "[02:08:02:01]"
name: "Foyer Keypad" name: "Foyer Keypad"

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: ness.jpg logo: ness.jpg
ha_category: Alarm ha_category: Alarm
ha_release: 0.84 ha_release: 0.85
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---
@ -55,7 +55,7 @@ port:
required: true required: true
type: integer type: integer
zones: zones:
description: List of zones to add description: List of zones to add
required: false required: false
type: [integer, list] type: [integer, list]
keys: keys:
@ -72,4 +72,4 @@ zones:
required: false required: false
default: motion default: motion
type: string type: string
{% endconfiguration %} {% endconfiguration %}

View File

@ -12,6 +12,10 @@ ha_iot_class: "Local Push"
featured: true featured: true
logo: plum.png logo: plum.png
ha_release: 0.85 ha_release: 0.85
redirect_from:
- /components/binary_sensor.plum_lightpad/
- /components/light.plum_lightpad/
- /components/sensor.plum_lightpad/
--- ---
Configurable/Dimmable WiFi Lightswitch Configurable/Dimmable WiFi Lightswitch
@ -24,9 +28,9 @@ Configurable/Dimmable WiFi Lightswitch
"The most advanced smart dimmer. Ever." - [https://plumlife.com/](https://plumlife.com/) "The most advanced smart dimmer. Ever." - [https://plumlife.com/](https://plumlife.com/)
> The Lightpads elegant design compliments any decor and provides amazing control of your lights. The Lightpad allows you to control a single light, group of lights, or all of your lights in a natural and intuitive way. > The Lightpads elegant design compliments any decor and provides amazing control of your lights. The Lightpad allows you to control a single light, group of lights, or all of your lights in a natural and intuitive way.
> Control your lights, not just with your smartphone and your voice (with Alexa and Google Assistant), but with your fingertips too. While most home automation devices today force you to use your smartphone, Plum Lightpads feature Multi-Touch allowing you to use simple gestures to control any light in the house from any Lightpad. > Control your lights, not just with your smartphone and your voice (with Alexa and Google Assistant), but with your fingertips too. While most home automation devices today force you to use your smartphone, Plum Lightpads feature Multi-Touch allowing you to use simple gestures to control any light in the house from any Lightpad.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}