Hi,
I am new to home assistant and trying to set up my Hive account with HA and keep getting the following:
2022-06-20 16:49:42 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry email[email protected] for hive
File “/usr/src/homeassistant/homeassistant/components/hive/init.py”, line 89, in async_setup_entry
devices = await hive.session.startSession(hive_config)
File “/usr/local/lib/python3.9/site-packages/apyhiveapi/session.py”, line 493, in startSession
File “/usr/local/lib/python3.9/site-packages/apyhiveapi/session.py”, line 441, in getDevices
File “/usr/local/lib/python3.9/site-packages/apyhiveapi/session.py”, line 370, in getCamera
2022-06-20 16:52:23 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry email[email protected] for hive
File “/usr/src/homeassistant/homeassistant/components/hive/init.py”, line 89, in async_setup_entry
devices = await hive.session.startSession(hive_config)
File “/usr/local/lib/python3.9/site-packages/apyhiveapi/session.py”, line 493, in startSession
File “/usr/local/lib/python3.9/site-packages/apyhiveapi/session.py”, line 441, in getDevices
File “/usr/local/lib/python3.9/site-packages/apyhiveapi/session.py”, line 370, in getCamera
any ideas on what I can do or what the problem might be?