joshjcarrier / homeassistant-litter-robot

The litter-robot component offers integration with the Litter-Robot WiFi enabled devices to Home Assistant.
81 stars 15 forks source link

0.105.4 - breaks component #16

Closed jjgadget closed 4 years ago

jjgadget commented 4 years ago

HA updated to 0.105.4 and now Litter Robot component won't load.

Logs: 2020-02-15 22:38:14 ERROR (SyncWorker_19) [custom_components.litter_robot] Unable to connect to Litter-Robot API 2020-02-15 22:38:14 ERROR (SyncWorker_19) [custom_components.litter_robot] Failed to login to Litter-Robot API 2020-02-15 22:38:14 ERROR (MainThread) [homeassistant.setup] Setup failed for litter_robot: Integration failed to initialize.

config.yaml: litter_robot: username: !secret litter_user password: !secret litter_pass

cchiapusio commented 4 years ago

@jjgadget Not sure what troubleshooting you did but for a point of reference, I don't have a problem on 0.105.4 with this component functioning. I believe @joshjcarrier recently pushed a small update, have you synced up your code in the past month?

jjgadget commented 4 years ago

I removed the integration from HACS and reinstalled it. Now it seems to work just fine again. Not sure who just upgrading to 0.105.4 last night broke it. All seems good again.