Getting Started in Windows

I’m just trying to get started with Home Assistant in Windows 8.1. I have followed the installation instructions. At the end it says “run home assistant”. I presume this means run the program hass.exe in the folder homeassistant/scripts. Is that correct?

When I do that, it produces several warning and error messages, as well as a lot of other stuff:

2019-11-08 17:58:47 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=4 from 2019-11-08 17:54:57.532809)
2019-11-08 17:58:47 ERROR (MainThread) [homeassistant.setup] Error during setup of component lovelace
Traceback (most recent call last):
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\setup.py", line 172, in _async_setup_component
    hass, processed_config
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\lovelace\__init__.py", line 66, in async_setup
    hass.components.frontend.async_register_built_in_panel(
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 421, in __getattr__
    component: Optional[ModuleType] = integration.get_component()
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 223, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "C:\Users\RowanB\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\frontend\__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-08 17:58:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component history
Traceback (most recent call last):
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\setup.py", line 172, in _async_setup_component
    hass, processed_config
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\history\__init__.py", line 283, in async_setup
    hass.components.frontend.async_register_built_in_panel(
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 421, in __getattr__
    component: Optional[ModuleType] = integration.get_component()
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 223, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "C:\Users\RowanB\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\frontend\__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-08 17:58:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component config
Traceback (most recent call last):
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\setup.py", line 172, in _async_setup_component
    hass, processed_config
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\config\__init__.py", line 34, in async_setup
    hass.components.frontend.async_register_built_in_panel(
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 421, in __getattr__
    component: Optional[ModuleType] = integration.get_component()
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 223, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "C:\Users\RowanB\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\frontend\__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: lovelace
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: config, frontend, history, logbook, map, mobile_app
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2019-11-08 17:58:53 WARNING (MainThread) [homeassistant.bootstrap] Python 3.6 support is deprecated and will be removed in the first release after December 15, 2019. Please upgrade Python to 3.7.0 or higher.

The main issue seems to be “No module named ‘hass_frontend’”. How do I fix this?

Thank you - Rowan

The full log is as follows:

PS C:\users\rowanb\homeassistant\scripts> .\hass.exe
Config directory: C:\Users\RowanB\AppData\Roaming\.homeassistant
2019-11-08 17:58:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded script from homeassistant.components.script
2019-11-08 17:58:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded tts from homeassistant.components.tts
2019-11-08 17:58:46 INFO (SyncWorker_3) [homeassistant.loader] Loaded group from homeassistant.components.group
2019-11-08 17:58:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded automation from homeassistant.components.automation
2019-11-08 17:58:46 INFO (SyncWorker_8) [homeassistant.loader] Loaded default_config from homeassistant.components.default_config
2019-11-08 17:58:46 INFO (SyncWorker_10) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification
2019-11-08 17:58:46 INFO (SyncWorker_6) [homeassistant.loader] Loaded homeassistant from homeassistant.components.homeassistant
2019-11-08 17:58:46 INFO (SyncWorker_12) [homeassistant.loader] Loaded http from homeassistant.components.http
2019-11-08 17:58:46 INFO (SyncWorker_13) [homeassistant.loader] Loaded device_automation from homeassistant.components.device_automation
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setting up persistent_notification
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds.
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setting up homeassistant
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant took 0.0 seconds.
2019-11-08 17:58:46 INFO (SyncWorker_9) [homeassistant.loader] Loaded webhook from homeassistant.components.webhook
2019-11-08 17:58:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded cloud from homeassistant.components.cloud
2019-11-08 17:58:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded config from homeassistant.components.config
2019-11-08 17:58:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2019-11-08 17:58:46 INFO (SyncWorker_5) [homeassistant.loader] Loaded api from homeassistant.components.api
2019-11-08 17:58:46 INFO (SyncWorker_11) [homeassistant.loader] Loaded auth from homeassistant.components.auth
2019-11-08 17:58:46 INFO (SyncWorker_11) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace
2019-11-08 17:58:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding
2019-11-08 17:58:46 INFO (SyncWorker_4) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
2019-11-08 17:58:46 INFO (SyncWorker_8) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2019-11-08 17:58:46 INFO (SyncWorker_8) [homeassistant.loader] Loaded history from homeassistant.components.history
2019-11-08 17:58:46 INFO (SyncWorker_6) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2019-11-08 17:58:46 INFO (SyncWorker_12) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook
2019-11-08 17:58:46 INFO (SyncWorker_13) [homeassistant.loader] Loaded map from homeassistant.components.map
2019-11-08 17:58:46 INFO (SyncWorker_14) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2019-11-08 17:58:46 INFO (SyncWorker_9) [homeassistant.loader] Loaded person from homeassistant.components.person
2019-11-08 17:58:46 INFO (SyncWorker_15) [homeassistant.loader] Loaded ssdp from homeassistant.components.ssdp
2019-11-08 17:58:46 INFO (SyncWorker_0) [homeassistant.loader] Loaded sun from homeassistant.components.sun
2019-11-08 17:58:46 INFO (SyncWorker_16) [homeassistant.loader] Loaded system_health from homeassistant.components.system_health
2019-11-08 17:58:46 INFO (SyncWorker_1) [homeassistant.loader] Loaded updater from homeassistant.components.updater
2019-11-08 17:58:46 INFO (SyncWorker_17) [homeassistant.loader] Loaded zeroconf from homeassistant.components.zeroconf
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.bootstrap] Setting up {'system_log'}
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setting up http
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-11-08 17:58:46 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-11-08 17:58:47 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=4 from 2019-11-08 17:54:57.532809)
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.3 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up person
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up group
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-11-08 17:58:47 ERROR (MainThread) [homeassistant.setup] Error during setup of component lovelace
Traceback (most recent call last):
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\setup.py", line 172, in _async_setup_component
    hass, processed_config
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\lovelace\__init__.py", line 66, in async_setup
    hass.components.frontend.async_register_built_in_panel(
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 421, in __getattr__
    component: Optional[ModuleType] = integration.get_component()
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 223, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "C:\Users\RowanB\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\frontend\__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-08 17:58:47 INFO (SyncWorker_11) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-11-08 17:58:47 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up history
2019-11-08 17:58:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component history
Traceback (most recent call last):
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\setup.py", line 172, in _async_setup_component
    hass, processed_config
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\history\__init__.py", line 283, in async_setup
    hass.components.frontend.async_register_built_in_panel(
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 421, in __getattr__
    component: Optional[ModuleType] = integration.get_component()
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 223, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "C:\Users\RowanB\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\frontend\__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up config
2019-11-08 17:58:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component config
Traceback (most recent call last):
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\setup.py", line 172, in _async_setup_component
    hass, processed_config
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\config\__init__.py", line 34, in async_setup
    hass.components.frontend.async_register_built_in_panel(
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 421, in __getattr__
    component: Optional[ModuleType] = integration.get_component()
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\loader.py", line 223, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "C:\Users\RowanB\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "c:\users\rowanb\homeassistant\lib\site-packages\homeassistant\components\frontend\__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up api
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up script
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.6 seconds.
2019-11-08 17:58:48 INFO (SyncWorker_2) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds.
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.1 seconds.
2019-11-08 17:58:48 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds.
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.0 seconds.
2019-11-08 17:58:49 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 1.6 seconds.
2019-11-08 17:58:50 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.6 seconds.
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: lovelace
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2019-11-08 17:58:50 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.5 seconds.
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: config, frontend, history, logbook, map, mobile_app
2019-11-08 17:58:50 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2019-11-08 17:58:53 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 7.08s
2019-11-08 17:58:53 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-11-08 17:58:53 INFO (MainThread) [homeassistant.core] Timer:starting
2019-11-08 17:58:53 INFO (SyncWorker_26) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2019-11-08 17:58:57 INFO (SyncWorker_27) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos

Do yourself a favor and either switch to linux or setup HA in a linux VM. Support for windows isn’t plentiful around here.

Windows will also auto restart and update, the computer running HA needs to be running 24/7/365.

I run hassio with virtual box on a dedicated win 10 LTSC machine and it works great. I’d never have it installed on my daily driver due to upgrades and restarts but the LTSC version is solid.

That being said, never tried a Windows build of Hass. Didn’t even realise it existed until now. Just checked and there are enough warnings in the docs to steer me away from it.

Go with another proved alternative than fighting with an alternative that is just going to frustrate you and not give you the experience you expect.

Hassio can run happily on Windows but not natively :slight_smile: