I’ve made a number of improvements to my home assistant instance of late and wanted to document what they were
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
पैनल_कस्टम: - नाम: 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 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.
रिकॉर्डर: पर्ज_कीप_दिन: 42 डीबी_यूआरएल: !secret URL_MariaDB_Thing exclude: डोमेन: - डिवाइस_ट्रैकर - मीडिया प्लेयर - अपटाइम - समय दिनांक - worldclock entity_globs: - सेंसर.घड़ी* - सेंसर.तारीख* - सेंसर.नज़ारे* - सेंसर.लोड_*m - सेंसर.समय* - सेंसर.अपटाइम* - sensor.wiser* entities: - सेंसर.होम_असिस्टेंट_v2_db - सेंसर.मेमोरी_फ्री - सेंसर.मेमोरी_यूज - sensor.memory_use_percent - सेंसर।प्रोसेसर_यूज - मौसम.ओपनवेदरमैप
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”