0تعديلات مساعد المنزل

لقد أجريت عددًا من التحسينات على مثيل المساعد المنزلي مؤخرًا وأردت توثيق ما كانت عليه

أضف ZigBee إلى قائمة الشريط الجانبي

I have a Con­Bee Zig­Bee USB stick but to view the net­work I’ve always had to go in via con­fig­ur­a­tion -> integ­ra­tions. I wanted instead to have a dir­ect link on the main left-hand menu. ان art­icle on DigiBlur معظم المعلومات التي احتاجها. I adjus­ted the 1 مطلوب خط, restar­ted HA and got the desired menu straight away. Just add the fol­low­ing 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 his­tory data­base and has no risk of break­ing your HA setup. You may well lose your his­tory though — I wanted to get rid of my 4Gig data­base so I choose to delete it before restart­ing so I could start from clean. I fol­lowed a دليل لطيف من قبل lkeays on the HA for­ums. I also wanted to make sure the data­base did­n’t expand out of con­trol again in future so I also tweaked what is kept in the data­base by fol­low­ing a دليل دينلسونسا also on the HA for­ums. I ended up adding the fol­low­ing to configuration.yaml (note you do also need to add a couple of addons via the super­visor 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

اترك رد