diff --git a/lovelace/dev_card.yaml b/lovelace/dev_card.yaml index e42dc47..615c471 100644 --- a/lovelace/dev_card.yaml +++ b/lovelace/dev_card.yaml @@ -1,16 +1,20 @@ -type: glance +type: entities title: Dev -show_state: false +show_header_toggle: false entities: - - entity: sensor.time - name: Reload config - icon: mdi:refresh - tap_action: - action: call-service - service: shell_command.lovelace_gen - - entity: sensor.time - name: States - icon: mdi:tune - tap_action: - action: navigate - navigation_path: /states + - type: custom:hui-horizontal-stack-card + cards: + - type: entity-button + entity: sensor.time + name: Reload config + icon: mdi:refresh + tap_action: + action: call-service + service: shell_command.lovelace_gen + - type: entity-button + entity: sensor.time + name: States + icon: mdi:tune + tap_action: + action: navigate + navigation_path: /states