2.0.2 - Material You Colors and Components
Changes in 2.0.2
- Improvements to view styles to apply better, especially in sections view.
- Style add view icon to be more like view icons.
Material You
Version 2 of this theme is a significant overhaul to streamline development, improve theme efficiency, reduce repeated styles, and to upgrade many components to follow the material design 3 specifications, as described in the README. This theme makes even more use of card-mod to modify Home Assistant components and apply user defined colors to components (when possible).
Customizable Color
You can now set your own base color which is used to calculate accent and primary colors. Can be set globally or per user. Requires card-mod.
Create a template sensor helper named Material Rounded Base Color
(entity ID should be sensor.material_rounded_base_color
) and give it a hex code of your chosen base color. To set a base color for a specific user, create a custom color per person by creating a template sensor helper named Material Rounded Base Color John Doe
(entity ID should be sensor.material_rounded_base_color_john_doe
).
If you are using the Home Assistant Android companion app, you can enable the accent color sensor and set your Material Rounded theme sensor to read that to match your phone's color.
NOTE: material you user defined colors are not working on some pages and elements as described in README due to card-mod limitations.
Material 3 Components
Many components have been modified using card-mod to use new Material You stylings, such as the top app bar, navigation bar, drawer, and rail, toggle switches, and the add card button. Note that due to card mod limitations these changes will not appear on all pages in Home Assistant, but should appear on dashboards, the toolbar, the sidebar, more-info popups, and the devices pages.
Patch Version Changes
- Fixes/improvements to add card FAB to better follow m3 specification and load more consistently.
- Improvements to view styles to apply better, especially in sections view.
- Style add view icon to be more like view icons.
Full Changelog: 1.6.1...2.0.2