-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add ClimateEntityFeature.TURN_OFF
feature & implementation
#176
Conversation
ClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_OFF
feature flagsClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_ON
feature flags
ClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_ON
feature flagsClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_ON
features
ClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_ON
featuresClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_ON
features & implementation
ClimateEntityFeature.TURN_OFF
and ClimateEntityFeature.TURN_ON
features & implementationClimateEntityFeature.TURN_OFF
feature & implementation
Limiting the scope here for compatibility with 2025.1 seems like a good idea. Thanks. Given how much back & forth there's been on this one I want to try it first in my own system before merging, but right now this looks good. I hope to find time this weekend to catch up on a few things with the integration. I'd also accept a separate PR that adds |
Sounds good. It worked on my system so hopefully it works in yours as well. |
Addresses part of #164 |
This is a followup of #163 which implements the
turn_off
action and updates documentation.