Home Assistant

A quick shortcut to your Home Assistant

Home Assistant란 무엇입니까?

Home Assistant은(는) bbbbbokk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick shortcut to your Home Assistant"입니다.

확장 프로그램 스크린샷

screenshot

Home Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}