DIY मीडिया होम लोगो

अपनी खुद की होम थिएटर और हाय-Fi सेटअप डिजाइन और बनाने के लिए परम साइट.

0गृह सहायक बदलाव

I’ve made a num­ber of improve­ments to my home assist­ant instance of late and wanted to doc­u­ment what they were

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

डेटाबेस को मारियाडब में बदलें

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.

रिकॉर्डर:
  पर्ज_कीप_दिन: 42
  डीबी_यूआरएल: !secret URL_MariaDB_Thing
  exclude:
    डोमेन:
      - डिवाइस_ट्रैकर
      - मीडिया प्लेयर
      - अपटाइम
      - समय दिनांक
      - worldclock
    entity_globs:
      - सेंसर.घड़ी*
      - सेंसर.तारीख*
      - सेंसर.नज़ारे*
      - सेंसर.लोड_*m
      - सेंसर.समय*
      - सेंसर.अपटाइम*
      - sensor.wiser*
    entities:
      - सेंसर.होम_असिस्टेंट_v2_db
      - सेंसर.मेमोरी_फ्री
      - सेंसर.मेमोरी_यूज
      - sensor.memory_use_percent
      - सेंसर।प्रोसेसर_यूज
      - मौसम.ओपनवेदरमैप

उत्तर छोड़ दें