zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

Add unique_id config option #26

Closed AWoodley closed 3 years ago

AWoodley commented 3 years ago

Ported across unique_id from core/climate.py

Fixes feature request #15

zacs commented 3 years ago

Thanks for adding this. A conflict was created when I merged #8 which has a tiny fix needed.

Would you also mind updating the README with an example of how to use this? Don't worry too much about formatting, I need to table-ify all the parameters now that the component has gotten more complex.

AWoodley commented 3 years ago

@zacs resolved conflict and added a line to the example config. I wonder if you could largely pinch the config option descriptors from the Generic_Thermostat readme?