Skip to content

Commit 3ae74ea

Browse files
committed
Merge branch 'development'
2 parents 83b05ee + 4af92c8 commit 3ae74ea

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ target:
169169
Use this service to reset the integral part of the PID controller to 0. Useful
170170
when tuning the PID gains to quickly test the behavior without waiting the integral to stabilize by itself.
171171

172-
**Reload integration:** `smart_thermostat.reload`\
173-
Use this service to reload the thermostat from scratch without requiring a restart of Home Assistant.
174-
175172

176173
## Parameters:
177174
* **name** (Optional): Name of the thermostat.

custom_components/smart_thermostat/climate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
162162
"""Set up the generic thermostat platform."""
163-
await async_setup_reload_service(hass, DOMAIN, PLATFORMS)
163+
# await async_setup_reload_service(hass, DOMAIN, PLATFORMS)
164164

165165
platform = entity_platform.current_platform.get()
166166
assert platform

0 commit comments

Comments
 (0)