Releases: StephanU/MyGekko
Releases · StephanU/MyGekko
1.3.4 Maintenance Release
What's Changed
- Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in #209
- Bump ruff from 0.5.4 to 0.6.4 by @dependabot in #210
- Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 by @dependabot in #198
Full Changelog: 1.3.3...1.3.4
1.3.3 Maintenance Release
What's Changed
- Bump ruff from 0.4.9 to 0.5.4 by @dependabot in #196
- Bump softprops/action-gh-release from 2.0.5 to 2.0.8 by @dependabot in #194
- Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #191
- Update pip requirement from <24.1,>=21.0 to >=24.1.2,<24.2 by @dependabot in #188
- Bump pytest-homeassistant-custom-component from 0.13.135 to 0.13.147 by @dependabot in #195
Full Changelog: 1.3.2...1.3.3
1.3.2 Maintenance Release
What's Changed
- Bump pymygekko from 1.2.0rc1 to 1.2.0 by @dependabot in #171
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #170
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #180
- Bump ruff from 0.4.4 to 0.4.9 by @dependabot in #178
Full Changelog: 1.3.1...1.3.2
Maintenance Release
What's Changed
- Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #153
- Bump actions/checkout from 4.1.1 to 4.1.5 by @dependabot in #165
- Bump softprops/action-gh-release from 0.1.15 to 2.0.5 by @dependabot in #166
- Bump ruff from 0.2.2 to 0.4.4 by @dependabot in #167
Full Changelog: 1.3.0...1.3.1
MyGekko Slide Support
What's Changed
-
Updated PyMyGekko dependency to support MyGekko Slide. Only tested for energy_costs, vents and room_temps.
-
Bump ruff from 0.2.1 to 0.2.2 by @dependabot in #139
-
Bump pytest-homeassistant-custom-component from 0.13.99 to 0.13.102 by @dependabot in #141
Full Changelog: 1.2.5...1.3.0
Maintenance Release
- Updated dependencies.
- Internal cleanup: Extracted DataUpdateCoordinator.
What's Changed
- Bump colorlog from 6.7.0 to 6.8.0 by @dependabot in #125
- Bump ruff from 0.0.292 to 0.1.9 by @dependabot in #124
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #123
- Update pip requirement from <23.2,>=21.0 to >=21.0,<23.4 by @dependabot in #122
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #121
- Bump pytest-homeassistant-custom-component from 0.13.82 to 0.13.85 by @dependabot in #119
- Bump colorlog from 6.8.0 to 6.8.2 by @dependabot in #133
- Bump ruff from 0.1.9 to 0.1.14 by @dependabot in #131
- Bump pytest-homeassistant-custom-component from 0.13.85 to 0.13.91 by @dependabot in #130
- Bump pytest-homeassistant-custom-component from 0.13.91 to 0.13.95 by @dependabot in #134
- Bump pytest-homeassistant-custom-component from 0.13.95 to 0.13.96 by @dependabot in #137
- Bump ruff from 0.1.14 to 0.2.1 by @dependabot in #136
- Update pip requirement from <23.4,>=21.0 to >=21.0,<24.1 by @dependabot in #135
Full Changelog: 1.2.4...1.2.5
Bugfixes
Changes
- Fixed setting the preset mode for thermostats (room temps).
- Fixed setting the modes for vents.
- Also added logs when reading energy sensors and (probably) fixed an out of bounds access.
SSL Verification Fix (again)
Changes
- Hopefully final attempt to fix the ssl verification problem.
Fixed exception logging
Changes
- Fixed the excpetion logging during the integration setup.
Fixed local connection probelm
Changes
- The MyGekko uses a self signed certificate when connecting locally which resulted in a connection error. SSL verification is now disabled when connecting to the MyGekko locally.