Oliver84 / omnilogic

Omnilogic integration for Home Assistant
2 stars 0 forks source link

Create Omnilogic Devices in Device Registry #18

Open djtimca opened 4 years ago

djtimca commented 4 years ago

The integration currently doesn't list the omnilogic devices in the Device Registry. Appears there is some documentation on it here:

https://developers.home-assistant.io/docs/config_entries_index/

djtimca commented 4 years ago

OK I think I got a start on this by adding a water_heater.py object using the HA WaterHeaterEntity.

I am quite certain that there are things wrong with it since it is based on a cobbled-together understanding from a bunch of other code. I did not actually call it in the main init.py so you should be able to continue down the path of other parts.

@gentoosu or @Oliver84 if you guys want to take a look at what I shelled out and let me know if it helps move you along that would be great. Idea was to create the water_heater platform so that all the services become available as well (and I tried to write out the set temperature and on/off services as well within the Class).

Way over my head now...!