- Fix slider updating if updated by something other than the slider,
- Add IDs to rows and columns for better card-mod styling #63.
- Even more slider improvements.
- Add
fire-dom-event
action. - Tooltip label, offset, and transform now have user modifiable and CSS properties that support templating #74.
--tooltip-label
, defaults to{{ VALUE }}
.VALUE
corresponds to the current slider value.
--tooltip-offset
, defaults to{{ OFFSET }}px
.OFFSET
corresponds to the tooltip x offset from center in pixels.
--tooltip-transform
, defaults totranslateX(var(--tooltip-offset))
.
- Add
media_player_id
andautofill_entity_id
fields. If the latter is set to true then service calls that do not have a target ID and are either of domain remote or media player will be autofilled withremote_id
ormedia_player_id
. - Render templates with internal variable context whenever possible.
Full Changelog: 3.5.2...3.5.3-alpha.015