Closed OToussaint closed 2 years ago
In the new HA UI, a border is shown when used as embedded. This should be removed.
frontend==20221031.0 homeassistant==2022.11.0b5
- 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
Not applicable
Workaround, using card-mod
style: | ha-card { border: none; }
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
Javascript errors shown in the web inspector (if applicable):
Not applicable
Workaround, using card-mod