Skip to content
New issue

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

Fixes for HA 2016.6.6 #35

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

provinzio
Copy link
Contributor

This PR fixes #34.

I am currently recieving the following error.
@binsentsu any ideas on this? I tried several things, but can not get rid of the warning. Everything else is working as expected.

2021-06-24 17:01:15 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): {"id":"0245f32c8f21","lastconnect":"2021-06-24T15:01:14.418Z","lastsuccess":"2021-06-24T15:01:15.728Z","lastaction":null,"state":"OPEN","battery":42,"light":7,"position":0}

I read things here, but couldn't derive a solution from that.

@binsentsu binsentsu marked this pull request as ready for review August 9, 2021 20:26
@provinzio
Copy link
Contributor Author

I was able to fix the warning 2021-06-24 17:01:15 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): {"id":"0245f32c8f21","lastconnect":"2021-06-24T15:01:14.418Z","lastsuccess":"2021-06-24T15:01:15.728Z","lastaction":null,"state":"OPEN","battery":42,"light":7,"position":0} with a trial end error approach.

I can rebase the commits if you like.
Otherwise, this is ready to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'value_template' must be set together with 'state_topic'
1 participant