Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing climate.turn_on issue introduced in version 1.5.0-beta6
The commit b53b564 that went into BT version 1.5.0-beta6 introduced an issue causing the climate.turn_on operation to consistently fail. The problem is due to the fact that HVACMode.HEATING is used in the call of self.async_set_hvac_mode() inside async_turn_on() function instead of HVACMode.HEATING().
- Loading branch information