GeorgeSG / lovelace-time-picker-card

🕰️ Time Picker Card for Home Assistant's Lovelace UI
MIT License
209 stars 14 forks source link

Need update for borders in HA 2022.11.0 when embedded #43

Closed OToussaint closed 2 years ago

OToussaint commented 2 years ago

Checklist:

The problem

In the new HA UI, a border is shown when used as embedded. This should be removed.

Environment

frontend==20221031.0 homeassistant==2022.11.0b5

Problem-relevant configuration

- type: entities
  entities:
    - type: custom:time-picker-card
      entity: input_datetime.shower
      name: Shower time
      hour_mode: 24
      link_values: true
      hide:
        icon: true
      layout:
        name: inside
        align_controls: right
        embedded: true

Javascript errors shown in the web inspector (if applicable):

Not applicable

Workaround, using card-mod

      style: |
        ha-card {
          border: none;
        }