Skip to content
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

Fix service "reset_heating_power" #1184

Merged

Conversation

saladpanda
Copy link
Contributor

Motivation:

Calling service: better_thermostat.reset_heating_power failed with the following debug log entry:

2023-12-06 22:47:02.206 DEBUG (MainThread) [custom_components.better_thermostat.climate] Service call: <entity climate.buro_heizung_betterthermostat=heat> » reset_heating_power
  File "/config/custom_components/better_thermostat/climate.py", line 113, in async_service_handler
  File "/config/custom_components/better_thermostat/climate.py", line 113, in async_service_handler

Changes:

Added missing parentheses to function call.

Related issue (check one):

Checklist (check one):

  • I did not change any code (e.g. documentation changes)
  • The code change is tested and works locally.

Test-Hardware list (for code changes)

HA Version: 2023.11.0
Zigbee2MQTT Version:
TRV Hardware:

@KartoffelToby KartoffelToby merged commit 5a14be7 into KartoffelToby:master Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resetting heating power via service throws error & doesn't work
2 participants