-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change “Heating to” to “Heat to” #2
Comments
Yeah, unfortunately, this is HomeKit's thermostat behavior, and there's nothing that can be done either in this plugin or in Homebridge. |
Reopening..looks like the Nest plugin handles this better. Will see if I can follow that pattern. |
If you want it to look "idle" (thus say "Heat to..." instead of "Heating to...", and will be a green icon instead of orange), this
can be changed to this:
homebridge-rinnai-controlr/src/platformAccessory.ts Lines 115 to 122 in bd3a4c3
|
implemented in #26 |
Use proper rounding for controllers with imperial units
The icon in Home.app says “Heating to xxx” and always throws me off thinking it is actively heating. Does it make sense to change that to “Heat to xxx”? That also matches the way thermostats display when it is not actively heating.
The text was updated successfully, but these errors were encountered: