You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"renamed to ha_theme (inverted logic) in v3.0.0";
10
+
return`renamed to <a href="https://github.com/dbuezas/lovelace-plotly-graph-card#home-assistant-theming">ha_theme</a> (inverted logic) in v3.0.0`;
11
11
if(path.match(/^no_default_layout$/))
12
-
return"replaced with more general raw_plotly_config in v3.0.0";
12
+
return`replaced with more general <a href="https://github.com/dbuezas/lovelace-plotly-graph-card#raw-plotly-config">raw-plotly-config</a> in v3.0.0. See <a href="https://github.com/dbuezas/lovelace-plotly-graph-card#no_default_layout">layout migration guide</a>.`;
13
13
if(path.match(/^offset$/))return"renamed to time_offset in v3.0.0";
14
14
if(path.match(/^entities\.\d+\.offset$/)){
15
15
try{
16
16
parseTimeDuration(value);
17
-
return'renamed to time_offset in v3.0.0 to avoid conflicts with <a href="https://plotly.com/javascript/reference/bar/#bar-offset">bar-offsets</a>';
17
+
return'renamed to time_offset in v3.0.0 to avoid conflicts with <a href="https://plotly.com/javascript/reference/bar/#bar-offset">bar-offsets</a>.';
18
18
}catch(e){
19
19
// bar-offsets are numbers without time unit
20
20
}
21
21
}
22
22
if(path.match(/^entities\.\d+\.lambda$/))
23
-
return"removed in v3.0.0, use filters instead";
23
+
return`removed in v3.0.0, use <a href="https://github.com/dbuezas/lovelace-plotly-graph-card#filters">filters</a> instead. See <a href="https://github.com/dbuezas/lovelace-plotly-graph-card#lambda">lambda migration guide</a>.`;
0 commit comments