Commit Graph

17 Commits

Author SHA1 Message Date
Jérôme Wiedemann d9c17a4065 feat(actions)!: Support for the new action (assist) and all the future ones
This also fixes the latest translations missing and starts the work to remove custom-cards-helper from the dependencies.

BREAKING CHANGE: Requires HA 2023.4 minimum. Support for the new action format (`target` is also be supported), `service_data` should be renamed to `data` (but it still works with the old format)

Fix #711, #685
2023-07-23 22:23:29 +00:00
Jérôme Wiedemann 685d55e49c fix!: Color are now aligned with HA > 2022.12
BREAKING CHANGE: this might break some of your color settings
Fix #635
2023-07-23 16:51:18 +00:00
Jérôme Wiedemann 9b4f1e23be fix: card broken with HA 2023.04bXX
Closes #669, closes #671
2023-04-02 14:32:23 +00:00
Jérôme Wiedemann 142d32cd14 Update all dependencies 2020-11-06 17:47:03 +00:00
root 26b11b51d1 Attemp to fix LL panels not working with chromecast 2020-04-26 16:24:54 +00:00
root 0ad042bded Refactor + only update card when needed 2020-04-09 01:15:09 +00:00
root e61d4187f2 Linting... 2020-04-06 19:12:00 +00:00
Jérôme Wiedemann 1944914e7c Some small speed improvments 2020-04-06 19:52:50 +02:00
Jérôme Wiedemann 3ae85080f7 Support for cast.home-assistant.io 2020-01-05 15:53:47 +01:00
Jérôme W a9f27a64a2
2.0.0 (#202)
* _template deprecation and custom fields support (#199)

* Update custom-card-helpers

* _template deprecated and custom_fields support

* Update dependencies

* Add npm audit fix to circleci

* Styles support templating

* *_action support templates

* Some linting

* Fixes #200

* Fixing template eval if input is a number

* State values support templating

* Documentation update

* Doc formating issue

* Bump major version
2019-07-26 21:27:18 +02:00
Jérôme W 5ec35fd72c
1.10.0 (#166)
* Add an option to ignore light temperature

* Deprecate style in favor of styles.card

* pre-commit hooks

* name_template and entity_picture_template

* Use custom-card-helpers

* Deep merging state by id

* Using latest custom-card-helpers

* Aspect ratio support and auto icon resizing

* Updating documentation
2019-05-24 12:54:42 +02:00
Jérôme W 4a2f16e209
Config template support (#154)
* Config template support

* deep merge for templates

* Use terser and fix #157

* Update documentation
2019-05-16 02:43:39 +02:00
Jérôme W 880e7e37e1
Add a nice locking mechanism (#139)
* Add a nice locking mecanism

* Update documentation

* Fix typo

* Remove useless styles

* Fix for touch devices

* Disable ripple effect while locked

* fix blank card height

* Show last changed instead of label

* Support for light temperature with color auto

* Style for last_changed

* Update documentation
2019-05-04 13:20:33 +02:00
Jérôme W 7f10243f63
Per element style config (#136)
* Fix brightness calculation

* Own longpress was actually never used...

* Style per element

* Delete commented out functions

* Updating documentation

* Little doc update

* Fix doc

* Linting
2019-05-01 13:40:20 +02:00
Jérôme W 56a8fac0fa
Label and templates support (#134)
* Label and templates support

* Fix blank card with fixed width

* Fix some layouts
2019-04-29 18:44:04 +02:00
Jérôme W 37a8b89256
Some refactor + fix color brightness for light entity (#131)
* Some refactor + fix color brightness for light entity

* Fixes #129

* requested changes
2019-04-27 16:24:28 +02:00
Jérôme W 89c4346358
typescript refactor (#122)
* typescript refactor

* Fix isClickable

* publish build

* Update documentation

* refactor getFontColorBasedOnBackgroundColor

* dist update

* Using babel and defining scripts

* Fix for custom Bot Support

* Removing uneeded code

* Adding babel config

* Requested changes

* Updating documentation

* Actually it's not a js, it's still a module

* Adding contributors

* add shouldUpdate
2019-04-25 09:45:04 +02:00