Since this card is a fork of the original scheduler-card, all of the options, features and constrains are valid for this card as well.
The only difference between the original card and this one is one additional option in the config, which allows the card to use any backend and not just scheduler-component.
Name | Type | Requirement | Description | Default |
---|---|---|---|---|
backend_platform | string | Optional | Which platform to use in the backend, to handle storage of scheduler data. | scheduler |
- Open HACS
- Search for "Standalone Schedule Card"
- If it doesn't exist yet, you first need to add
https://github.com/MislavMandaric/lovelace-standalone-schedule-card
as custom repository
- If it doesn't exist yet, you first need to add
- Click "Install this repository in HACS"
- Hard reload your browser
- In the HA UI enter the edit mode of any of your Lovelace dashboards and add new custom card called
custom:scheduler-card
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
) - If you do not have a
www
directory (folder) there, you need to create it - In the
www
directory (folder) create a new folder calledlovelace-standalone-schedule-card
- Download all the files from the
dist/
directory (folder) in this repository - Place the files you downloaded in the new directory (folder) you created
- In the HA UI go to "Configuration" -> "Lovelace Dashboards" -> "Resources" click "+" and add URL
/local/lovelace-standalone-schedule-card/standalone-schedule-card.js
- Hard reload your browser
- In the HA UI enter the edit mode of any of your Lovelace dashboards and add new custom card called
custom:scheduler-card
If you want to contribute to this please read the Contribution guidelines
Code template was mainly taken from @iantrich's boilerplate-card template.
This card is a fork of @nielsfaber's original scheduler-card.