I been trying to setup the development environment for a couple of days following the documentation at
https://developers.home assistant.io/docs/en/development_environment.html
I am using linux computer with Debian Stretch and Python 3.7.3. I created a fork from the repository and cloned the Master. I was able to set up the virtual enviroment and the script/setup ran with out errors.
I ran hass and it has been running now for about 2 hours now,
I have two errors:
- ‘could not find known_devices.yaml’, I think this is not an issue.
- [homeassistant.componets.updater] Got unexpected response: None,
Hass appears to be stuck here as nothing has happend for 50 mins now.
I have one warning:
- Connected to hue as xx.xxx.xx.xx but not registered. I think this is not an issue
Questions:
- Python 3.7.3 is now supported, correct?
- How long should Hass run the first time? Is 2 hours too long, is it hung up?
- How can I fix the 2nd error no reponse from component.updater?