lovelace-state-switch: state-switch: box-shadow not displayed

Since some update the outer border’s shadow is not displayed with a default theme:

image

title: state-switch-5
path: test-state-switch-5
cards:

  - type: entities
    entities:
      - input_boolean.test_boolean

  - type: custom:state-switch
    entity: input_boolean.test_boolean
    states:
      "on":
        type: entities
        entities:
          - entity: sun.sun
          - entity: binary_sensor.updater
          - entity: zone.home
      "off":
        type: entities
        entities:
          - entity: zone.home
          - entity: sun.sun
          - entity: binary_sensor.updater

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Reactions: 2
  • Comments: 15

Most upvoted comments

Fixed again in 1.9.5