The VELUX Card is a custom Lovelace card for Home Assistant that allows you to show and control the state of VELUX roof windows.
HACS (Home Assistant Community Store)
- Go to HACS page on your Home Assistant instance
- Add this repository (https://github.com/bhuebschen/velux-card) via HACS Custom repositories How to add Custom Repositories
- Select
Frontend
- Press add icon and search for
VELUX Card
- Select VELUX Card repo and install
- Force refresh the Home Assistant page (Ctrl + F5 / (Shift +) ⌘ + R)
- Add velux-card to your page
- Download the 'velux-card.js' from the latest [release][release-url] (with right click, save link as)
- Place the downloaded file on your Home Assistant machine in the
config/www
folder (when there is nowww
folder in the folder where yourconfiguration.yaml
file is, create it and place the file there) - In Home Assistant go to
Configuration->Lovelace Dashboards->Resources
(When there is noresources
tag on theLovelace Dashboard
page, enable advanced mode in your account settings, and retry this step) - Add a new resource
- Url =
/local/velux-card.js.js
- Resource type =
module
- Url =
- Force refresh the Home Assistant page (Ctrl + F5 / (Shift +) ⌘ + R)
- Add VELUX card to your page
Here's an example configuration for the VELUX Card:
type: 'custom:velux-card'
window: window.my-window
cover: cover.my-window
Name | Description | Default Value |
---|
If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
MIT © [Benedikt Hübschen][bhuebschen]