Skip to content

Tesla Charging #98

@ryanmac8

Description

@ryanmac8

Tesla

Your card configuration

type: custom:timer-bar-card
name: Tesla Charging
entity: binary_sensor.{CAR-NAME}_charging
end_time:
  entity: sensor.tesla_end_of_charging
invert: true
mushroom: null
debug: false
bar_foreground: green

Caveats
Create a template sensor to determine the end of the current charge session.

  - platform: template
    sensors:
      tesla_end_of_charging:
        friendly_name: Tesla End of Charging
        device_class: timestamp
        value_template: "{{ now() + timedelta(hours=states('sensor.tesla_time_to_full_charge')|float) }}"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions