-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
Add config flow to Roth Touchline #83484
Add config flow to Roth Touchline #83484
Conversation
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.
Additionally, I'm not an expert on how the translations system works, but I don't think this PR should be altering various non-English translations manually.
The "translations"-folder and files in it? Seems to be the way other integratrions are doing it. When I browse the code, most of them has the same folder and a JSON-file for each language. I just copied from a similar integration and removed a unused string from each of them. |
Integrations don't add those files manually; they are generated by Lokalise automatically. When an integration adds |
I have removed the manually added translations. I don't get why there is a "docs-missing — Please open a documentation PR." failed check. It should be ready to merge? |
Documentation has been updated - should be ready to merge this PR as well. |
Hi @pilehave , any idea on when this update might get released? :) I would love the unique id to be added, so I can add the floor heating to my automations in node red. |
@bachya any comments on this PR? thanks |
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.
Approved once CI is addressed.
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.
config-flow requires 100% coverage, yet tests are missing.
Please address the missing tests
@@ -0,0 +1,20 @@ | |||
{ |
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.
This file is no longer necessary. Please remove.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
I don't know how to add tests. Please advice and point to relevant guide in documentation. |
@pilehave did you look at the documentation for tests? https://developers.home-assistant.io/docs/development_testing#writing-tests-for-integrations |
Is there anything we can do to get this merged? |
Because there hasn't been any activity on this PR for quite some time now, I've decided to close it for being stale. Feel free to re-open this PR when you are ready to pick up work on it again 👍 ../Frenck |
Breaking change
Proposed change
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: