-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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 Ohme integration #132574
Add Ohme integration #132574
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.
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.
Please take a look at the requested changes, and use the Ready for review button when you are done, 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.
Thanks, LGTM! 👍
"password": "[%key:common::config_flow::data::password%]" | ||
}, | ||
"data_description": { | ||
"email": "Enter the email address associated with your Ohme account. This should not be a social account (eg. Google).", |
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.
Instead of explaining this in the data_description, I would just move the social part to the description of the step itself.
"This has to be an Ohme account. If you signed up with Ohme with a third party account like Google, please reset your password via Ohme, so you can create your own account"
I am probably cutting edges, but let's make it a little more descriptive. Bonus points if we can have a separate place on the integration docs where we explain this
@dan-r If you use discord, can you please send me a message? |
Proposed change
This PR adds a new integration for Ohme, a UK-based company that manufactures EV chargers (EVSE). I have been maintaining this integration as a custom integration for the past year. Before submitting this I have moved the API logic to ohmepy.
Type of change
Additional information
Checklist
ruff format 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
.To help with the load of incoming pull requests: