This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Show info from API. |
{% if not installed %}
- Click install.
- In the HA
configuration.yaml
file, add the below lines replacing the name, host and api_key parameters as required.
sensor:
- platform: thruk_livestatus name: Friendly Name host: http[s]://FQDN api_key: xxxxxx
{% endif %}