Created
May 14, 2023 18:35
-
-
Save rb2k/ca042a80d4a4c0b0a3546b11c7e57fd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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