After migration to Hass.io I’m experiencing problems with the LIRC component.
After starting Home Assistant with the LIRC component (https://home-assistant.io/components/lirc/) enabled I got the following errors in the log:
ERROR (SyncWorker_7) [homeassistant.util.package] Unable to install package python-lirc==1.2.3: Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_yamll9a/python-lirc/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-f_cqv9tf-record/install-record.txt --single-version-externally-managed --compile --home=/tmp/tmpg7r9_5pa" failed with error code 1 in /tmp/pip-build-_yamll9a/python-lirc/
ERROR (MainThread) [homeassistant.setup] Not initializing lirc because could not install dependency python-lirc==1.2.3
ERROR (MainThread) [homeassistant.setup] Setup failed for lirc: Could not install all requirements.
Running on a RPi2, HA 0.49
Is the package liblircclient-dev missing?