Weather on 0.81.0.dev0 (0.81.1) shows camera as switch..?

Updated to the 0.81.0.dev0 Hassos version and all of a sudden these:

43 53

are shown as:

19
24

and my regular weather card:

weather:
  - platform: yweather
    name: Home

18
is like this now:

29

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