Skip to content

Commit

Permalink
Move chevron to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Jun 25, 2024
1 parent eed410d commit f91a340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-service-control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ export class HaServiceControl extends LitElement {
: serviceData?.fields.map((dataField) =>
dataField.fields
? html`<ha-expansion-panel
leftChevron
.expanded=${!dataField.collapsed}
.header=${this.hass.localize(
`component.${domain}.services.${serviceName}.sections.${dataField.key}.name`
Expand Down

0 comments on commit f91a340

Please sign in to comment.