Hi .
How can i´ve the hass.io running services in my frontend . I know that to get them via SSL yo just type hassio supervisor info
and you get them , but i´m don´t know how to import them to the frontend .
Apreciate any help , thanks .
Use a command line sensor and extract the json attributes.
Try this , but don´t know how to find the path to extract json in hassio
- platform: command_line
name: JSON mqtt service
json_attributes:
- state
command: '/home/hass/.homeassistant/extraconfig/sensors ?????
value_template: '{{ value_json.state }}'