Continuation from Part II

Configuration

Edit Home Assistant configuration file in /home/homeassistant/.homeassistant/configuration.yaml.

To use the GPIO Pins:

To enable pushBullet notifications for changes of the GPIO Pins (repeat for each pin):

To support devices from a SmartThings hub, add the following:

Conclusion

The Raspberry Pi hosted Home Assistant worked as expected after a few modifications. During initial testing, I found that the PiFace interface caused number of problems, ranging from excessive memory usage and timeout errors. Once the Raspberry Pi's GPIO pins were used instead of the PiFace and dtparam=spi=off,the CPU Usage generally hovered around 10% with minimal timeout errors.

There did seem to be one last minor issue, either related to the poor performance of the Raspberry Pi chosen for the prototype or due to a design flaw in Home Assistant. The problem arose when a high communications load was placed on the  Raspberry Pi either through the sensor platform: speedtest, or through the sensor platform: yr, which retrieves the weather forecast from the Norwegian Meteorological Institute and the NRK. The temporary solution was to simply disable the weather forecast and to only to use speedtest once per day.