Filtering Posts by Home Assistant
Create a Home Assistant Automation to Control a Bathroom Fan When Humidity is High and Auto-Shutoff Timer
Automating a bathroom fan based on humidity levels is a common task you may want to do with your smart home devices.
Read moreUse MariaDB instead of SQLite Database in Home Assistant
By default, Home Assistant uses a SQLite database to store all its historical data. However, you can use other databases such as MariaDB which perform better for larger datasets even though MariaDB is is heavier on hardware resources than SQLite.
Read moreHow to Set Up Nginx Proxy Manager in Home Assistant
If you wish to have secure connections to Home Assistant, a reverse proxy may be used. The proxy can reside on the same system (as demonstrated in this guide) or on another system as I have demonstrated in a previous guide.
Read moreHow to Put Home Assistant behind Existing Nginx Proxy Manager
A reverse proxy allows you to conveniently have a single entry point by which you may host multiple apps/services on one or more systems.
Read moreAdd the Community Add-on Repository in Home Assistant if it is not Installed
When I was updating the Home Assistant Core, I encountered an interesting issue. It broke my Z-Wave JS to MQTT add-on.
Read moreCreate a Basic Automation in Home Assistant
When you have Home Assistant running with at least one smart device configured, you are ready to start creating automations! Automating tasks in your home is one reason to create a smart home.
Read more