Skip to content

Instantly share code, notes, and snippets.

@rb2k
Created May 14, 2023 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rb2k/ca042a80d4a4c0b0a3546b11c7e57fd7 to your computer and use it in GitHub Desktop.
Save rb2k/ca042a80d4a4c0b0a3546b11c7e57fd7 to your computer and use it in GitHub Desktop.
type: horizontal-stack
title: EV Charger current
cards:
- show_name: true
show_icon: false
type: button
tap_action:
action: call-service
service: emporia_vue.set_charger_current
data:
current: 20
target:
entity_id: switch.home
name: Set to 20A
hold_action:
action: none
icon_height: 32px
- show_name: true
show_icon: false
type: button
tap_action:
action: call-service
service: emporia_vue.set_charger_current
data:
current: 25
target:
entity_id: switch.home
name: Set to 25A
hold_action:
action: none
icon_height: 32px
- show_name: true
show_icon: false
type: button
tap_action:
action: call-service
service: emporia_vue.set_charger_current
data:
current: 32
target:
entity_id: switch.home
name: Set to 32A
hold_action:
action: none
icon_height: 32px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment