Skip to content
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

Fix for right EPG entry selection #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albaintor
Copy link
Contributor

Hi,

I have added a method to extract the right EPG entry on French EPG : indeed several entries are returned and the right one has to be extracted according to start time + duration against current time

@AkA57
Copy link
Owner

AkA57 commented Oct 20, 2024

Hi,

Looks a good idea, but I have some error on HA using the timezone

Detected blocking call to open with args ('/usr/share/zoneinfo/Europe/Paris', 'rb') inside the event loop by custom integration 'liveboxtvuhd' at custom_components/liveboxtvuhd/client.py, line 68: self._timezone = tz.gettz(TIMEZONE) (offender: /usr/local/lib/python3.12/site-packages/dateutil/tz/tz.py, line 464: fileobj = open(fileobj, 'rb')), please report it to the author of the 'liveboxtvuhd' custom integration

Line 68:
self._timezone = tz.gettz(TIMEZONE) (constant) TIMEZONE: Unbound | Literal['Europe/Paris', 'Europe/Warsaw']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants