Home / Home Assistant Integrations / Page 2
Home Assistant Integrations
Home Assistant Custom Component Upgrade Guide for v0.93
Home Assistant introduced major breaking changes in release 0.93, with the addition of manifest files and a restructured folder layout. This caused some of my components to break very badly and I spent too much...
How to setup automatic import of Bank transactions into YNAB from Unsupported banks via Phone notifications
In this post I present a way to import bank transactions from unsupported banks into YNAB using their new API. This solution also provides a workaround to get transactions from supported banks into YNAB without...
How to calibrate Home Assistant Sensors
To calibrate my temperature and humidity sensors, I placed them inside a glass jar and calibrated each one to match their collective average value....
Home Automation: Priority Locks
As a home automation set up grows in size and complexity, there are certain issues that manifest themselves. The problem of lighting has been discussed on this blog in various places; not only because it...
Resolving Home Assistant upgrade errors in custom Python Components
Upgrading to Home Assistant v0.69.0 broke some of my custom components that use the MQTT Python module. The reason for this is a small change in the module API. This post explains how to fix...
Proposing HA features for better configuration design
This one is about two features I would like to see in home assistant to allow for better configuration management and implementing programming constructs like interfaces and functions with special YAML syntax....
Setting up basic motion activated Lighting with Home Assistant automation
This post explains how to set up motion activated lighting that stays on for as long as there is activity in a room....
Setting up motion sensors as binary sensors in Home Assistant
This post explains how to set up motion activated lighting that stays on for as long as there is activity in a room....
Dockerising the RF to MQTT gateway
Let's create a MQTT to RF gateway image and use it to control cheap RF devices in our home automation set up!...
Home Assistant API Tool
The ultimate development tool for the Home Assistant API. Connect to your hub, load in your entities and start exploring the capabilities of Home Assistant's REST API. Edit entity states, trigger automations, send data and...