lovelace-state-switch
lovelace-state-switch copied to clipboard
1.9.1 breaks formatting on IOS App/Browser
I have a nested state-switch that changes the card based on the user and secondly where that user is.
cards:
- type: custom:state-switch
entity: user
default: default
states:
Ben:
type: vertical-stack
cards:
- type: entities
entities:
- entity: input_select.location_ben
name: Ben
icon: mdi:home-account
- type: custom:state-switch
entity: input_select.location_ben
states:
Hallway:
!include view_hallway.yaml
Kitchen:
!include view_lr.yaml
Living Room:
!include view_lr.yaml
It works perfectly on 1.9.0, but with 1.9.1 the sub cards seem zoomed in and clipped (see attached).
Same here with same exanple
Please try release 1.9.3.