All Projects β†’ bokub β†’ home-assistant-extension

bokub / home-assistant-extension

Licence: MIT license
πŸ“Œ Home Assistant browser extension

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to home-assistant-extension

eshteb
Reduces the anger of an Iranian when typing in the wrong language!
Stars: ✭ 42 (-70.63%)
Mutual labels:  extension, firefox-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-60.84%)
Mutual labels:  extension, firefox-extension
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-84.62%)
Mutual labels:  extension, firefox-extension
youtube-audio
Disable videos on Youtube saves resource usage (Youtube becomes audio only)
Stars: ✭ 13 (-90.91%)
Mutual labels:  extension, firefox-extension
Vivaldi Fox
An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI
Stars: ✭ 149 (+4.2%)
Mutual labels:  extension, firefox-extension
browser-extension-boilerplate
A boilerplate template for building cross browser extensions (Chrome and Firefox).
Stars: ✭ 41 (-71.33%)
Mutual labels:  extension, firefox-extension
Ext Saladict
πŸ₯— All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+5786.71%)
Mutual labels:  extension, firefox-extension
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-19.58%)
Mutual labels:  extension, firefox-extension
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (-4.2%)
Mutual labels:  extension, firefox-extension
Lockbox Extension
Experimental Firefox extension for login management experiences, not being actively developed
Stars: ✭ 130 (-9.09%)
Mutual labels:  extension, firefox-extension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (+18.88%)
Mutual labels:  extension, firefox-extension
Absolutedoubletrace
A web extension to block browser fingerprinting
Stars: ✭ 156 (+9.09%)
Mutual labels:  extension, firefox-extension
auto-click-auto-fill
Auto Click Auto Fill on any web page
Stars: ✭ 111 (-22.38%)
Mutual labels:  extension, firefox-extension
AniMouto
Let an imouto improve your AniList experience.
Stars: ✭ 44 (-69.23%)
Mutual labels:  firefox-extension
browser-extensions
ζˆ‘ηš„δΈ€δΊ› userjs & usercss
Stars: ✭ 63 (-55.94%)
Mutual labels:  extension
stack-exchange-notifications
Add-ons for Stack Exchange sites, like: askdifferent, askubuntu, serverfault, stackoverflow and superuser
Stars: ✭ 21 (-85.31%)
Mutual labels:  extension
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+12.59%)
Mutual labels:  home-assistant
Calendarific
Calendarific holiday sensor for Home Assistant
Stars: ✭ 14 (-90.21%)
Mutual labels:  home-assistant
code-tours-github
A browser extension to allow to play Code Tours directly from the Browser.
Stars: ✭ 52 (-63.64%)
Mutual labels:  extension
SwitchCaseGenerator
An Xcode Source Editor Extension that generates a swift switch case statement based on selected enum cases
Stars: ✭ 63 (-55.94%)
Mutual labels:  extension

Home Assistant Extension for Chrome and Firefox

Version Chrome users Firefox users Code style

Unofficial extension to quickly access your Home Assistant dashboard from everywhere

Setup

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 the extension from the Chrome Web Store or Firefox Add-ons

Pin the extension in Chrome so it's always visible (it's already done by default in Firefox)

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

If you like this extension, please ⭐ this repo and leave a nice review in the stores!

Development

The build output is the dist folder

# Install dependencies
npm install

# Build extensions from source
npm run build:chrome
npm run build:firefox

# Development mode
npm run dev:chrome
npm run dev:firefox
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].