21 lines
505 B
YAML
21 lines
505 B
YAML
type: entities
|
|
title: Dev
|
|
show_header_toggle: false
|
|
entities:
|
|
- 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
|