🌟 Universal Functions and new plot types 🌟 #204
Replies: 3 comments 27 replies
-
Awesome release, thank you! I no longer need to use the lovelace-card-templater 🤓 I discovered this card a few days ago and have been having lots of fun, particularly with the "fn" filter: I have two questions:
Edit: Hmm, I think something like this feature enhancement request is what I am looking for. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
v3.0.0 (not beta) released! |
Beta Was this translation helpful? Give feedback.
-
I love this nice histogram funktions!!! But in my case I´m getting this: Why is the yellow BG so smal and not alligned to the map? I use your $fn tab example. |
Beta Was this translation helpful? Give feedback.
-
The biggest and most complex release of the year!
Open for beta testing!(v3.0.0 released)
What's Changed
Improvements
show_value
now can print out of the plotting areahistograms
,3dscatter
,surface
,heatmap
,piechart
, ... Find inspiration here (maps not included)raw_plotly_config
yaml option to disable all in-built defaults (useful for non-standard plots)$fn
)$fn
functions can access other values from the yaml, even if those are also$fn
computed.$fn
dependencies.$fn
execution is strictly defined (top to bottom, shallow to deep, aka depth first)Breaking Changes
The UI will let you know which plots are affected, how, and what to do.
no_theme
: renamed to ha_theme (inverted logic)no_default_layout
: replaced with more general raw_plotly_configoffset
: renamed to time_offset to avoid conflicts with bar-offsetlambda
: removed, use filters insteadsignificant_changes_only
: removed, it is now always set to falseminimal_response
: removed, if you need attributes use the 'attribute' parameter instead.show_value.right_margin
: removed, the values are shown out of the plotting area. use time_offsets to make space for themBeware: beta version, APIs may change
Here is how to enable beta releases in HACS
Full Changelog: v2.1.0...v3.0.0-beta
This discussion was created from the release Universal Functions (`$fn`) and new plot types.
Beta Was this translation helpful? Give feedback.
All reactions