-
Notifications
You must be signed in to change notification settings - Fork 557
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
[EN] Add floor support to HassClimateGetTemperature #2790
base: main
Are you sure you want to change the base?
[EN] Add floor support to HassClimateGetTemperature #2790
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Some changes to support queries like “how cool is the living room” rather than strictly “how cool is it in the living room”.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
00c4980
to
b887e91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one change unless you decide to add floor support. Floor support would actually be really useful here as many places only have a single thermostat per floor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Did you get a core PR for floors? Mind linking to it so we can make sure that gets merged?
Just opened home-assistant/core#134098 which adds floor support to core 👍 |
Maybe split out the part about floor support, so we can get this merged with area support now. |
Split out area support into #2793 👍 |
#2793 is merged, you need to rebase this PR now to solve the conflict. |
84b984f
to
f137fd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English equivalent of #2788. Fixes home-assistant/core#133733.
I removed
is it (hot|cold|warm|cool) [in <area>]
, as it didn't seem to work and doesn't really make much sense considering the response ("N degrees"). Happy to add it back (and fix it) if it's still wanted.