Home Assistant

A quick shortcut to your Home Assistant

Home Assistant क्या है?

Home Assistant bbbbbokk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick shortcut to your Home Assistant"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Home Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Unofficial extension to quickly access your Home Assistant dashboard from everywhere

=== Setup ===

Open your configuration.yaml file and add the following lines, then restart Home Assistant.
http:
  use_x_frame_options: false

In your Lovelace dashboard, create a new view and add a few cards that you want to see in your extension

Here are a few tips:

- If you have only one card, activate the "panel mode" option for a better look
- If you want to match your browser color scheme, you can choose a specific theme just for this view
- You can completely hide the view if you don't want it to show in your existing dashboard, it won't affect the extension
- I suggest you to choose a specific URL for the view. For example: "extension"

Install and pin the extension in Chrome so it's always visible 

Open the extension options (right-click the icon > Configure), then:

- Set the URL of your view as seen in your browser, for example https://my-home-assistant.com/lovelace/extension
- Adjust width and height so everything looks good
- You can choose to crop the upper part of your view to hide the page header. By default, the size of the header is 56 pixels                    

एक्सटेंशन की मूल जानकारी

नाम Home Assistant Home Assistant
ID hpoiflhmfklhfcfpibmdmpeonphmdbda
आधिकारिक URL https://chromewebstore.google.com/detail/home-assistant/hpoiflhmfklhfcfpibmdmpeonphmdbda
विवरण A quick shortcut to your Home Assistant
फ़ाइल का आकार 79.66 KB
स्थापना संख्या 8,537
वर्तमान संस्करण 0.5.0
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2021-04-29
रेटिंग 4.83/5 कुल 29 रेटिंग्स
डेवलपर bbbbbokk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bokub/home-assistant-extension#readme
सहायता पृष्ठ URL https://github.com/bokub/home-assistant-extension/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Assistant",
    "description": "A quick shortcut to your Home Assistant",
    "version": "0.5.0",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}