-
Notifications
You must be signed in to change notification settings - Fork 77
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
Eve cluster part2: Add EveWeather attributes #855
Conversation
altitude attribute doesn't change so no need to be polled
Fix attribute type
Altitude attribute
Co-authored-by: Stefan Agner <[email protected]>
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.
And finally, you also need to adjust it here:
Label="altitude", Tag=0x130A0013, Type=int |
Co-authored-by: Stefan Agner <[email protected]>
Co-authored-by: Stefan Agner <[email protected]>
Co-authored-by: Stefan Agner <[email protected]>
Set altitude to float
Fixed. |
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.
Other than this, LGTM! Thanks!
Co-authored-by: Stefan Agner <[email protected]>
Working fine with 6.5.0 BETA 1 version: |
Add Class attribute for Eve Cluster (EveWeather device):
HA core PR: Add EveWeatherPressure attribute #123565