Skip to content

Commit

Permalink
Merge pull request #1119 from CoRfr/fix-reset-heating-power
Browse files Browse the repository at this point in the history
[TASK] Fix reset_heating_power service
  • Loading branch information
KartoffelToby authored Dec 27, 2023
2 parents 53f9e00 + 2784345 commit 2c04043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/better_thermostat/utils/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def load_adapter(self, integration, entity_id, get_name=False):
package="better_thermostat",
)
_LOGGER.info(
"better_thermostat %s: intigration: %s isn't native supported, feel free to open an issue, fallback adapter %s",
"better_thermostat %s: integration: %s isn't native supported, feel free to open an issue, fallback adapter %s",
self.name,
integration,
"generic",
Expand Down

0 comments on commit 2c04043

Please sign in to comment.