This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Cover control with Tradfri open/close remote Z2M | |
description: | | |
Control a cover with an Ikea Tradfri open/close button remote over Zigbee2MQTT | |
Short press on ☼ button will open the cover. | |
Short press on ☰ button will close the cover. | |
Long press on ☼ or ☰ will stop the cover. | |
domain: automation | |
input: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multiscrape: | |
- resource: https://myaccount.alectrautilities.com/app/capricorn?para=selectAccount&userAction=search | |
scan_interval: 3600 | |
form_submit: | |
resubmit_on_error: true | |
resource: 'https://myaccount.alectrautilities.com/app/login.jsp' | |
select: "#accountLogin" | |
input: | |
accessCode: !secret alectra_user | |
password2: !secret alectra_pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Cover control with Tradfri open/close remote | |
description: | | |
Control a cover with an Ikea Tradfri open/close button remote over ZHA | |
Short press on ☼ button will open the cover. | |
Short press on ☰ button will close the cover. | |
Long press on ☼ or ☰ will stop the cover. | |
domain: automation | |
input: |