gazoodle / gecko-home-assistant

Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules
MIT License
69 stars 24 forks source link

Deprecation Warnings #92

Closed nayrnet closed 4 months ago

nayrnet commented 10 months ago

HVAC_MODE_AUTO / SUPPORT_PRESET_MODE / SUPPORT_TARGET_TEMPERATURE are deprecated and going to be removed entirely within the next year.

HVAC_MODE_AUTO was used from gecko, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please create a bug report at https://github.com/gazoodle/gecko-home-assistant/issues
SUPPORT_PRESET_MODE was used from gecko, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead, please create a bug report at https://github.com/gazoodle/gecko-home-assistant/issues
SUPPORT_TARGET_TEMPERATURE was used from gecko, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please create a bug report at https://github.com/gazoodle/gecko-home-assistant/issues
gazoodle commented 4 months ago

Ought to be fixed with v.0.1.10