2022.11: A heck of a release!

With this update my state-switch cards don’t work anymore (they don’t show anything at all). Here is an example:

type: custom:state-switch
theme: mashrooms
default: default
entity: user
states:
  Famiglia:
    type: weather-forecast
    entity: weather.openweathermap
    show_current: true
    show_forecast: true
    theme: Mushroom
  default:
    type: custom:weather-card
    entity: weather.openweathermap
    current: true
    details: false
    forecast: true
    number_of_forecasts: '5'

Any advice?