pychromecast
pychromecast copied to clipboard
homeassistant.py constructor arguments
I could not figure out the hass_url and client_id plus the refresh_token arguments given in the HomeAssistantController class. Can someone explain me how to achieve this?
I think it's easiest to study the Home Assistant code: https://github.com/home-assistant/core/blob/dev/homeassistant/components/cast/home_assistant_cast.py
Is ths supposed to be the Home Assistant url of the local home-assistant.io project or can it also take the Google Home url directly?