-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Refactor cover platform #13
Conversation
# Conflicts: # README.md # custom_components/tahoma/const.py
@@ -10,11 +10,11 @@ This component is an updated version of the [original Tahoma integration](https: | |||
|
|||
### Manual | |||
|
|||
Copy the `custom_components/tahoma` to your `custom_components` folder. Reboot home assistant and install the Tahoma integration via the integrations config flow. | |||
Copy the `custom_components/tahoma` to your `custom_components` folder. Reboot Home Assistant and install the Tahoma integration via the integrations page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say "configure the Tahoma integration" instead of "install"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give it some love in another PR? I guess there are more parts that benefit from more clear text, especially around how to install beta's and the risk.
Removed all hardcoded device strings, basing the supported features on the available states and commands. The main thing I am worried about is the
HorizontalAwningIOComponent
where it looks like it should be reversed, but I am not sure.@vlebourl could you give it a try?