Commit Graph

78 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 ab6a3f5bd3 feat(icons)!: replace ha-icon with ha-state-icon to follow new HA's icons per domain automatically
BREAKING CHANGE: This might break your card-mod setup
2023-07-23 18:15:21 +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 0b3e4d331c fix: lock would go out of the button 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 b05c6b470b fix: remove border from blank card
Fix #652
2023-04-02 14:29:39 +00:00
Jérôme Wiedemann 440dc77e7e feat(state_display): Support for `state_display` in `state`
Fixes #426
2021-02-17 21:33:21 +00:00
Jérôme Wiedemann 4bf3e73f7d Lint... 2021-01-16 08:02:50 +00:00
Jérôme Wiedemann 6aca434fdf Display button-card in the card picker
Fix #415
2021-01-16 08:00:53 +00:00
Jérôme Wiedemann 210aac56c8 Tooltips made the card clickable with lock enabled
Fix #416
2021-01-16 07:40:10 +00:00
Jérôme Wiedemann 4275d45dca Fix clicks on inline cards 2020-12-27 14:25:52 +00:00
Jérôme Wiedemann 4c428b61c2 Better use of ? operator 2020-11-08 14:34:56 +00:00
Jérôme Wiedemann a01ab15498 Some more tiny perf improvements 2020-11-07 13:59:45 +00:00
Jérôme Wiedemann 142d32cd14 Update all dependencies 2020-11-06 17:47:03 +00:00
Jérôme Wiedemann 04737e0f46 Some performance optimizations 2020-11-05 02:10:04 +00:00
Jérôme Wiedemann af2239cb9a Attempt to fix slowness on IOS14 2020-11-05 01:26:15 +00:00
Jérôme Wiedemann 0ca11564b9 Add group_expand 2020-11-01 19:34:09 +00:00
root ff6877ac42 Don't account for brightness if light is off
Fix #378
2020-10-17 14:46:50 +00:00
root 26207e398b Support for tooltip 2020-10-04 22:15:48 +00:00
root baa13b129b Card size is now configurable 2020-10-04 21:23:54 +00:00
root 23863a6bfe Timer wouldn't update on page change
Fix #365
2020-09-27 13:20:41 +00:00
root c146fbe0f5 Fix deprecation of --paper-card-background-color 2020-09-27 12:17:48 +00:00
root 0d001bdb21 Avoid rebuilding embedded cards if not needed
Fix #334
2020-06-07 17:42:02 +00:00
root a8b7aaa6d5 Fix when _hass is undefined
Fix #337
2020-06-07 16:34:41 +00:00
root 391b61e9e0 Fix ripple effect and longPress effect
Fix #325
2020-05-22 16:54:01 +00:00
root b3d0aabd4d units where displayed even with show_units=false
Fix #321
2020-05-05 12:22:32 +00:00
root 09a4fd914f Fix translation for 0.109 with backwards compat
Fix #319
2020-04-29 20:05:23 +00:00
root 150cb2cd28 Optimize setConfig 2020-04-26 16:04:16 +00:00
root 46d9bf358f better error handling 2020-04-20 22:22:13 +00:00
root b049e3334f Revert "Revert "Better handling of extra_styles""
This reverts commit 50d8afcd8a.
2020-04-13 17:38:59 +00:00
root 50d8afcd8a Revert "Better handling of extra_styles"
This reverts commit 37bbd82d9a.
2020-04-13 17:20:51 +00:00
root 37bbd82d9a Better handling of extra_styles 2020-04-13 10:25:38 +00:00
root 012cb1fd4b fix connectedCallback error when entity is a timer 2020-04-11 22:07:03 +00:00
root a9c0a4963c Support for template as an array 2020-04-11 22:06:25 +00:00
root bebe419653 Support for single entity in triggers_update 2020-04-09 10:28:13 +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 c126dbdfca Simplify _isClickable and fix being clickable if templates are involved 2020-04-06 17:05:07 +02:00
Jérôme Wiedemann 9fb71cf319 Support for 0.107 2020-03-19 18:25:29 +01:00
Jérôme Wiedemann edb419718a default tap_action is toggle for supported entities only 2020-03-17 14:21:12 +01:00
Jérôme Wiedemann 600df15b21 Fix for vertical stack in card 2020-03-16 14:16:54 +01:00
Jérôme Wiedemann c25fe6d2a5 Support for templates in variables 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 84ac418d5c Add CSS injection through extra_styles 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 783bb8eb16 fix for undefined custom_fields 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 742412ae9b Update to latest custom-card-helper 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann ab55c9b57f Update to the latest ActionHandler from core 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann d91993df16 Support for alternative state display 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 8d29f56434 Add support for live camera streams 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 435840f713 Attempt to fix #283 2020-03-15 19:59:04 +01:00