We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the best way to implement the shade command into home assistant config?
Is there a smoother way than this config (mqtt publish)
The text was updated successfully, but these errors were encountered:
I'm not using SHADE but since its a cover you better configure it as mqtt cover. See here https://www.home-assistant.io/integrations/cover.mqtt/
That's how I did it:
`cover:
Sorry, something went wrong.
I have instead of payload_stop: "STOP", payload_stop: "SHADE" if you press stop button it goes to shade :)
No branches or pull requests
What's the best way to implement the shade command into home assistant config?
Is there a smoother way than this config (mqtt publish)
tap_action:
action: call-service
service: mqtt.publish
service_data:
payload: SHADE
topic: cmd/jarolift/shutter/5
target: {}
entity: cover.buro
The text was updated successfully, but these errors were encountered: