Dynamic individual loads show / hide #329
michaeljaddy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I'd like my individual load (my EV) to appear dynamically when plugged in and disappear when unplugged (even if not charging).
I am using the following code:
Notably this line:
display_zero: {{ states('sensor.myenergi_zappi_20462329_plug_status') == 'EV Connected' }}
This does output the value "true":
Does anyone know how to make this work?
Many thanks
Mike
Beta Was this translation helpful? Give feedback.
All reactions