bhuebschen / velux-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VELUX Card

hacs GitHub Sponsors

preview

The VELUX Card is a custom Lovelace card for Home Assistant that allows you to show and control the state of VELUX roof windows.

Features:

Installation:

HACS (Home Assistant Community Store)

  1. Go to HACS page on your Home Assistant instance
  2. Add this repository (https://github.com/bhuebschen/velux-card) via HACS Custom repositories How to add Custom Repositories
  3. Select Frontend
  4. Press add icon and search for VELUX Card
  5. Select VELUX Card repo and install
  6. Force refresh the Home Assistant page (Ctrl + F5 / (Shift +) + R)
  7. Add velux-card to your page

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Manual

  1. Download the 'velux-card.js' from the latest [release][release-url] (with right click, save link as)
  2. Place the downloaded file on your Home Assistant machine in the config/www folder (when there is no www folder in the folder where your configuration.yaml file is, create it and place the file there)
  3. In Home Assistant go to Configuration->Lovelace Dashboards->Resources (When there is no resources tag on the Lovelace Dashboard page, enable advanced mode in your account settings, and retry this step)
  4. Add a new resource
    1. Url = /local/velux-card.js.js
    2. Resource type = module
  5. Force refresh the Home Assistant page (Ctrl + F5 / (Shift +) + R)
  6. Add VELUX card to your page

Configuration:

Here's an example configuration for the VELUX Card:

type: 'custom:velux-card'
window: window.my-window
cover: cover.my-window

Options:

Name Description Default Value

Usage:

Credits:

Issues & Contributions:

If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

MIT © [Benedikt Hübschen][bhuebschen]

About

License:MIT License


Languages

Language:JavaScript 100.0%