Updated to the 0.81.0.dev0 Hassos version and all of a sudden these:
are shown as:
and my regular weather card:
weather:
- platform: yweather
name: Home
is like this now:
I can click the ‘switches’ to get a more-info card, which I couldn’t do in pre 0.81.1…
what’s up? a bug…Upgraded to 0.81 and cameras are now minimized
solved by using:
homeassistent:
customize:
weather.home_owm:
custom_ui_state_card: null
Apparently the new HA and custom-ui break this for the weather and camera cards, so ‘nulling’ the custom-ui for these solves it.
see: https://github.com/home-assistant/home-assistant-polymer/issues/1991