forked from AitorDB/home-assistant-sun-card
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support HA 2023.7's local/server time zone setting #58
Milestone
Comments
avataar
added a commit
that referenced
this issue
Jul 12, 2023
- Introduce support for HASS 2023.7 local/server time zone, resolves #58 - Stable TZ in tests regardless of TZ of test environment - Also test case for Moon phase display when Moon integration is missing
avataar
added a commit
that referenced
this issue
Jul 13, 2023
- Completely revamped calculations and Sun graph, now way more realistic - Moon support: Moon on the graph, moonrise, moonset, Moon phase, Moon elevation and Moon azimuth - Obeys Home Assistant's settings for time and number formatting - Cleaned up config options - Font size adjustments, including the smaller AM/PM text from the original card - Lots of tests - All lint warnings gone Resolves the following issues: - #11 - Moon support - #30 - Horizon-card customize with card-mod - #40 - More realistic visualization and own source of Sun data - #54 - 24h format not working by default - #58 - Support HA 2023.7's local/server time zone setting
avataar
added a commit
that referenced
this issue
Jul 13, 2023
- Completely revamped calculations and Sun graph, now way more realistic - Moon support: Moon on the graph, moonrise, moonset, Moon phase, Moon elevation and Moon azimuth - Obeys Home Assistant's settings for time and number formatting - Cleaned up config options - Font size adjustments, including the smaller AM/PM text from the original card - Lots of tests - All lint warnings gone Resolves the following issues: - #11 - Moon support - #30 - Horizon-card customize with card-mod - #40 - More realistic visualization and own source of Sun data - #54 - 24h format not working by default - #58 - Support HA 2023.7's local/server time zone setting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With HA 2023.7, it is now possible to choose to show the interface in the server's timezone or in the browser's time (formerly it was displayed in the browser's timezone). This is useful when the user and the HA are not in the same time zone.
This extension seems to ignore that and is always showing with the browser's timezone
The text was updated successfully, but these errors were encountered: