1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Add configuration for cover topics (#2472)

This commit is contained in:
definitio
2021-10-10 18:54:07 +03:00
committed by GitHub
parent c3b8c84131
commit a1f9b0d7f2
3 changed files with 41 additions and 1 deletions

View File

@@ -2285,6 +2285,12 @@ cover:
id: template_cover
state: CLOSED
assumed_state: no
has_position: yes
position_state_topic: position/state/topic
position_command_topic: position/command/topic
tilt_lambda: !lambda 'return 0.5;'
tilt_state_topic: tilt/state/topic
tilt_command_topic: tilt/command/topic
- platform: am43
name: 'Test AM43'
id: am43_test