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

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

1হোম অ্যাসিস্ট্যান্ট থেকে যেকোনো ডিভাইস সরান

আমি এখন বেশ কয়েক বছর ধরে হোম অ্যাসিস্ট্যান্ট ব্যবহার করছি এবং বেশিরভাগ প্রাথমিক চ্যালেঞ্জ এবং শেখার বক্ররেখা অতিক্রম করা হয়েছে. কীভাবে কখনও, একটি দীর্ঘস্থায়ী সমস্যা রয়েছে যা একটি ধ্রুবক হতাশা - পুরানো ডিভাইসগুলি সরানোর একটি আদর্শ পদ্ধতি নেই এবং কিছু ক্ষেত্রে এটি থেকে অসম্ভব। গ্রাফিক্যাল ইউজার ইন্টারফেস. যদিও উপায় আছে.

ডিভাইস (and entit­ies) মুছে ফেলা যেতে পারে (or mod­i­fied) the manu­al way dir­ectly from home assist­ant sys­tem files. আপনার প্রয়োজন হতে পারে এমন কিছু ফাইলকে বলা হয় core.device_registry এবং core.config_entries core.entity_registry. These are loc­ated in \config\.storage\ whcih (as a win­dows user) I access via the “Samba Share” super­visor add-on. If you don’t have super­visor you may need to access these files a dif­fer­ent way.

I used this to remove a dead Drayton Wiser TRV from HA — by delet­ing the whole rel­ev­ant sec­tion from core.device_registry…

{
"config_entries": [
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
],
"connections": [],
"identifiers": [
[
"wiser",
"iTRV-2"
]
],
"manufacturer": "Drayton Wiser",
"model": "iTRV",
"name": "Wiser iTRV-Dead",
"sw_version": "xxxxxxxx",
"entry_type": null,
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"via_device_id": null,
"area_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"name_by_user": "Dead TRV",
"disabled_by": null,
"configuration_url": null
},

এবং এছাড়াও 2 sec­tions (জন্য 2 asso­ci­ated entit­ies) core.entity_registry থেকে (I haven’t shown these as they should be obvi­ous — the format is the same as above with the sec­tions enclosed by curly-braces)

অন্যান্য ব্যবহার

আমি পরিবর্তন করতে core.config_entries-এ পরিবর্তন ব্যবহার করেছি আইপি একটি অনভিফের ঠিকানা আইপি cam­era which home assist­ant was refus­ing to con­nect to after the আইপি পরিবর্তিত. The same is no doubt pos­sible for oth­er devices.

উত্তর দিন

এক মন্তব্য

Rripp2003

ধন্যবাদ ! এটা আমার জন্য কাজ করে!
On debi­an, use /usr/share/hassio/homeassistant/.storage
I have suc­ces­fully delete 7 old devices kept in agent­dvr intégration

উত্তর