-
Hi, When adding a template sensor within HomeAssistant with the EPL code found here i got this error: I couldn't find a solution for this, but i suppossed i'm doing something wrong. Kind Regards, Jappie |
Beta Was this translation helpful? Give feedback.
Answered by
jappiej
Aug 5, 2024
Replies: 1 comment
-
Just put in the configuration.yaml this to get the sensor active and after that the standings card will work. sensor:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jappiej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just put in the configuration.yaml this to get the sensor active and after that the standings card will work.
Update: the dots shown below must be a -
sensor:
name: EPL Standings
scan_interval: 3600
resource: https://site.web.api.espn.com/apis/v2/sports/soccer/eng.1/standings?type=0&level=0
value_template: "{{ now() }}"
json_attributes_path: "$['children'][0]['standings']"
json_attributes: