We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the method does not convert the index to local time, it gets days in UTC. Therefore, the values are shifted by 1 or 2 hours for Brussels.
The text was updated successfully, but these errors were encountered:
timezone
Europe/Brussels
site
if self.site.timezone is not None: data = data.tz_convert(self.site.timezone)
sensor.get_data()
Sorry, something went wrong.
No branches or pull requests
As the method does not convert the index to local time, it gets days in UTC. Therefore, the values are shifted by 1 or 2 hours for Brussels.
The text was updated successfully, but these errors were encountered: