missed the beta cycle this time, but thanks for a nice update, no issues here, and back from a longer period being away from my system, now in the process of adapting and adding all new options this release provides us with.
The new conditions in the conditional card are especially useful for my config, thanks again for that, I can probably ditch quite a few binary sensors I made for that purpose especially,
Also, the new options for Tile are really nice, and adding those multiple attributes in the state content is just very cool, and really tempting to move to Tile from custom: button-card on some of the simpler ones.
even the yaml for that is nice to look at, and as a Yaml config user, I like the fact this is easily anchored:
type: horizontal-stack
cards:
- entity: light.kayon
<<: &tile_light
type: tile
features:
- type: light-brightness
- type: light-color-temp
state_content:
- brightness
- color_temp_kelvin
- last-changed
- entity: light.desk
<<: *tile_light
So yes, great work indeed!
not sure if this was already spotted, but in the restart options, the safe mode is not translated (yet) and, to my eyes, seems incorrectly ordered…
wouldnt it be nice to either show the safe mode option below the yellow Herstart Home assistant, or, if one would indeed feel this is an advanced option, order it atop other advanced options, so it at least groups the Restart Home Assistant options and below that the System options.
now it feels a bit randomly scattered
also, given the fact the Safemode is always Red, it might be an idea to rethink the colors of these icons, so it relates a bit better to the actual result
Also, detail maybe, but the main title for that card does not exactly cover its function (as it also holds system commands…)