You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type: custom:timer-bar-cardname: Tesla Chargingentity: binary_sensor.{CAR-NAME}_chargingend_time:
entity: sensor.tesla_end_of_charginginvert: truemushroom: nulldebug: falsebar_foreground: green
Caveats
Create a template sensor to determine the end of the current charge session.
- platform: templatesensors:
tesla_end_of_charging:
friendly_name: Tesla End of Chargingdevice_class: timestampvalue_template: "{{ now() + timedelta(hours=states('sensor.tesla_time_to_full_charge')|float) }}"
The text was updated successfully, but these errors were encountered:
Commented. Seems like remain_time isn't always working. Templates are always going to work the best with the card, since the best-tested path is start + end time. But if you don't need a template, then you don't need a template.
Tesla
Your card configuration
Caveats
Create a template sensor to determine the end of the current charge session.
The text was updated successfully, but these errors were encountered: