DIY মিডিয়া হোম লোগো

আপনার নিজের হোম থিয়েটার এবং হাই ফাই সেটআপ নকশা ও নির্মাণের জন্য চূড়ান্ত সাইট.

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

প্যানেল_কাস্টম:
  - নাম: ha_zha_con
    sidebar_title: ZigBee
    sidebar_icon: এমডিআই:cog-transfer
    js_url: /api/hassio/app/entrypoint.js
    url_path: 'config/zha/visualization'
    embed_iframe: true
    require_admin: true
    config:
      প্রবেশ: core_configurator

ডাটাবেসকে 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 lkeys দ্বারা চমৎকার গাইড 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 denilsonsa দ্বারা গাইড 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:
    ডোমেইন:
      - ডিভাইস_ট্র্যাকার
      - মিডিয়া প্লেয়ার
      - আপটাইম
      - সময় তারিখ
      - worldclock
    entity_globs:
      - sensor.clock*
      - sensor.date*
      - sensor.glances*
      - sensor.load__*m
      - sensor.time*
      - sensor.uptime*
      - sensor.wiser*
    entities:
      - sensor.home_assistant_v2_db
      - sensor.memory_free
      - sensor.memory_use
      - sensor.memory_use_percent
      - sensor.processor_use
      - weather.openweathermap

উত্তর দিন