لقد أجريت عددًا من التحسينات على مثيل المساعد المنزلي مؤخرًا وأردت توثيق ما كانت عليه
أضف ZigBee إلى قائمة الشريط الجانبي
I have a ConBee ZigBee USB stick but to view the network I’ve always had to go in via configuration -> integrations. I wanted instead to have a direct link on the main left-hand menu. ان article on DigiBlur معظم المعلومات التي احتاجها. I adjusted the 1 مطلوب خط, restarted HA and got the desired menu straight away. Just add the following code to you configuration.yaml
panel_custom: - اسم: ha_zha_con sidebar_title: ZigBee sidebar_icon: mdi:cog-transfer js_url: /api/hassio/app/entrypoint.js url_path: 'config/zha/visualization' embed_iframe: true require_admin: true config: دخول: التكوين الأساسي
تبديل قاعدة البيانات إلى mariadb
This only switches the history database and has no risk of breaking your HA setup. You may well lose your history though — I wanted to get rid of my 4Gig database so I choose to delete it before restarting so I could start from clean. I followed a دليل لطيف من قبل lkeays on the HA forums. I also wanted to make sure the database didn’t expand out of control again in future so I also tweaked what is kept in the database by following a دليل دينلسونسا also on the HA forums. I ended up adding the following to configuration.yaml (note you do also need to add a couple of addons via the supervisor add-on store so do read the guides linked as you need more than just the code below.
مسجل: purge_keep_days: 42 db_url: !secret URL_MariaDB_Thing exclude: المجالات: - جهاز_تكسير - مشغل الوسائط - الجهوزية - time_date - worldclock entity_globs: - sensor.clock * - تاريخ الاستشعار * - أجهزة الاستشعار * - جهاز الاستشعار.load_ * م - sensor.time * - جهاز الاستشعار. الجهوزية * - sensor.wiser* entities: - جهاز الاستشعار - جهاز استشعار - أجهزة الاستشعار - أجهزة الاستشعار - جهاز الاستشعار - الطقس. openweathermap
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”