script type="text/javascript"> jQuery(document).ready(function(){ jQuery("article.et_pb_post").each(function(){ jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this)); }); });
Select Page
My Home Assistant project

My Home Assistant project

How does my Home Assistant app looks like? First of all when I started everything was in my configuration.yaml file. As I moved on i decided to split up the configuration to have a better overview and cleaner config when debugging. This is why i started using the:...