-
Notifications
You must be signed in to change notification settings - Fork 8
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 ability to create custom entities #76
base: main
Are you sure you want to change the base?
Conversation
The integration reload will be done via options flow and/or service.
Hi, I updated to V0.4.3 and couldn't find the options flow to create custom entities like #58 Thank you for your work. |
Hi, I'm sorry, but v0.4.3 doesn't yet include this change, as this PR is not yet finished and merged. This feature is scheduled for the next major version 0.5.x. Sadly, there's not ETA on this, since as I mentioned in release notes, I'm currently busy with other stuff and don't want to make promises, that I can't keep :( |
I really keep my fingers crossed that you will be able to implement this idea. Even though this integration already has many entities, these controllers have a lot of settings (temperatures, fan / pump operation times etc.) that are not currently available in the HA interface, but would be very useful :) |
@darth-aragoth |
2d048ae
to
8b26570
Compare
89a5d10
to
5fba1a6
Compare
62b1a09
to
acf8853
Compare
- Use Switch and Number base classes. - Rename SubDevice to VirtualDevice. - Hint schema.
Related to: #41
Related to: #57
Related to: #58
Add an ability to create arbitrary entities based from any values that are provided by ecoMAX controller or the connected devices, such as mixers and thermostats.
Support adding sensors, binary sensors, switches and number platforms via options flow.
See: