I’m currently working on a new component, but it will need some user interaction to allow HA access to the user’s account.
I tried setting up a configurator
like done in the demo pages I’ve seen, but nothing seems to work, it always hangs at
17-03-01 09:07:51 INFO (MainThread) [homeassistant.loader] Loaded configurator from homeassistant.components.configurator
If I setup my platform without async it works as expected though. Do I need some special setup to allow it to be used async?