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: Home Assistant custom component fix for Selenium based councils #397

Merged
merged 2 commits into from
Oct 29, 2023

Conversation

OliverCullimore
Copy link
Collaborator

Hopefully closes #381

Implements webdriver_manager to auto-install the Chrome driver and return the path to it for Selenium to use

Moved the creation of the webdriver to a common function as part of this also to reduce code duplication and make any necessary updates in future easier

@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2023

Codecov Report

Merging #397 (e0be9dd) into master (90c905f) will decrease coverage by 3.20%.
The diff coverage is 50.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
- Coverage   83.44%   80.24%   -3.20%     
==========================================
  Files           3        3              
  Lines         151      162      +11     
==========================================
+ Hits          126      130       +4     
- Misses         25       32       +7     
Files Coverage Δ
uk_bin_collection/uk_bin_collection/common.py 78.30% <50.00%> (-4.86%) ⬇️

@OliverCullimore OliverCullimore added python Pull requests that update Python code bug Something isn't working labels Oct 29, 2023
@robbrad robbrad merged commit 65ea43f into robbrad:master Oct 29, 2023
6 checks passed
@OliverCullimore OliverCullimore deleted the fix-ha-custom-component branch November 3, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selenium based councils don't seem to work in HASS
3 participants