Scene not working with dots in name

Hi,

today I was adding a scene into the UI. I recognized that the widget is not working if the name of the option in home assistant contains a dot. The this example:

sonos_radio:
  name: Radiosender
  options:
    - 1LIVE - Das junge Radio des WDR. 102.4 (Euro-Hits)
    - 94.3 RS2
    - HIT RADIO FFH
    - None
  icon: mdi:radio

After changing the dots to some other sign like this it works:

sonos_radio:
  name: Radiosender
  options:
    - 1LIVE - Das junge Radio des WDR- 102-4 (Euro-Hits)
    - 94-3 RS2
    - HIT RADIO FFH
    - None
  icon: mdi:radio

Will check

@michelm This is fixed for the next patch release.
If you still have some widget in the broken state, please recreate those after update, since data migration is quite complex for these.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.