Fix Tesla start-ikon: mdi:flash-circle eksisterer ikke, bruger mdi:flash
This commit is contained in:
@@ -45,7 +45,7 @@ cards:
|
|||||||
cards:
|
cards:
|
||||||
- type: button
|
- type: button
|
||||||
name: Start opladning
|
name: Start opladning
|
||||||
icon: mdi:flash-circle
|
icon: mdi:flash
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: script.tesla_force_start_charging
|
service: script.tesla_force_start_charging
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
tesla_force_start_charging:
|
tesla_force_start_charging:
|
||||||
alias: "Tesla - start opladning nu"
|
alias: "Tesla - start opladning nu"
|
||||||
description: "Starter opladning med det samme og deaktiverer smart charging planlægning"
|
description: "Starter opladning med det samme og deaktiverer smart charging planlægning"
|
||||||
icon: mdi:flash-circle
|
icon: mdi:flash
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
target:
|
target:
|
||||||
|
|||||||
Reference in New Issue
Block a user