custom-components / climate.programmable_thermostat

Programmable thermostat that let you have a smart thermostat on budget.
The Unlicense
113 stars 35 forks source link

Fixed reload issue #67

Closed gavoja closed 8 months ago

gavoja commented 1 year ago

Fixes #44.

The async_setup_reload_service() function takes a list as the third argument, not a string. See the method definition here: https://github.com/home-assistant/core/blob/2023.8.4/homeassistant/helpers/reload.py#L167