-
-
Notifications
You must be signed in to change notification settings - Fork 712
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
Update: Republic Services #1348
Conversation
I'm seeing this when I try to add the "method" argument: 2023-10-24 21:18:49.987 ERROR (MainThread) [homeassistant.setup] Error during setup of component waste_collection_schedule Am I doing something wrong? Thanks! |
The update has only just been merged, you probably need to pull down the latest version to your local HA instance. |
Thanks for the response. I did as you suggested (2x, just to be sure) but I'm still getting the same error message. |
I was able to get it to work by copying the republicservices_com.py file
from github and pasting it to my local instance. Thanks for all your help!
…On Thu, Oct 26, 2023 at 1:15 AM dt215git ***@***.***> wrote:
Did you reboot to force it to reload the componenet?
When using the method 2 test case, I get this:
[image: image]
<https://user-images.githubusercontent.com/86194065/278242714-bf23d3e4-1322-45b0-85d0-b464b530e399.png>
You could also check the republicservices_com.py file on your local HA
instance to make sure it's contains the updated script.
—
Reply to this email directly, view it on GitHub
<#1348 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A54XBEV5BZSYQSL57BGHJBDYBIEZPAVCNFSM6AAAAAA6K4Z346VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGU2DINBXGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Dave Ireland
303.834.7827
--
|
Updated to include "Yard Waste" as a separate category, as per request in #1238.
New
method
arg implemented so users can choose the new categorisation if they want it. If no arg is provided it returns the same categories as before, so shouldn't break existing configs.Contract Collection
andNo Method arg
test cases below illustrate the difference.