mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Additional documentation (#2914)
* Additional documentation Added documentation for additional parameters introduced by a separate change request (already included in 0.48) KNX should be moved from the "DIY" section as KNX isn't a DIY solution, but an industry standard used for building automatisation. * Removed some example code
This commit is contained in:
parent
d34540edd1
commit
61fe6a5150
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: knx.png
|
logo: knx.png
|
||||||
ha_category: DIY
|
ha_category: Cover
|
||||||
ha_release: 0.48
|
ha_release: 0.48
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
@ -26,9 +26,12 @@ cover:
|
|||||||
stop_address: 9/0/1
|
stop_address: 9/0/1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- **name** (*Optional*): A name for this devices used within Home Assistant.
|
||||||
- **updown_address** (*Required*): The KNX group address that is used to move the cover up and down.
|
- **updown_address** (*Required*): The KNX group address that is used to move the cover up and down.
|
||||||
- **stop_address** (*Required*): The group address that is used to stop the cover.
|
- **stop_address** (*Required*): The group address that is used to stop the cover.
|
||||||
- **setposition_address** (*Optional*): The group address that is used to set the position.
|
- **setposition_address** (*Optional*): The group address that is used to set the position.
|
||||||
- **getposition_address** (*Optional*): The group address that is used to read the position.
|
- **getposition_address** (*Optional*): The group address that is used to read the position.
|
||||||
- **name** (*Optional*): A name for this devices used within Home Assistant.
|
- **setangle_address** (*Optional*): The group address that is used to set the tilt angle.
|
||||||
|
- **getangle_address** (*Optional*): The group address that is used to read the tilt angle.
|
||||||
|
- **invert_position** (*Optional*): Set this to true if your actuator report fully closed as 100%
|
||||||
|
- **invert_angle** (*Optional*): Set this to true if your actuator reports tilt fully closed as 100%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user