Releases: nielsfaber/scheduler-card
Releases · nielsfaber/scheduler-card
v1.2.6
- Add support for action variables
- Add polish translation
- Add fan to standard configuration
v1.2.5
- Add entity filtering ability for domains
v1.2.4
- updated robustness of processing the entity properties
- improved the validation of card configuration
- unless configured otherwise, the card will try to get friendly_name and icon from HA or use fallback option
- the 'standardConfiguration' is now used as a base configuration, own configuration will be used as extension (not as replacement)
v1.2.3
- added german translation
- added french translation
- fix typo in processing of switch domain
v1.2.2
- Fixed bug causes the card to be visible when using Lovelace UI configuration
- Added provisions for translations
- Reduced code size
- Add alphabetical sorting for group/entity/action
v1.2.1
Fixed a bug that could cause entities/actions to disappear from the menu
v1.2.0
Updates:
- Converted code to typescript, the scheduler-card is now a single .js file
- Added validation of configuration
- Added a default configuration that includes some basic entities and actions
- Added default icons for common entity types and actions
v1.1.0
Updates for new version of the scheduler-component.
v1.0.1
Simplify configuration options, allow users to skip card configuration.
v1.0.0
First release