An open API service indexing awesome lists of open source software.

https://github.com/ludeeus/ad-hacs

Sample AppDaemon app for HACS.
https://github.com/ludeeus/ad-hacs

app appdaemon hacs home-assistant python

Last synced: 20 days ago
JSON representation

Sample AppDaemon app for HACS.

Awesome Lists containing this project

README

        

# ad-hacs

_Sample AppDaemon app for [HACS](https://github.com/custom-components/hacs)._

## Installation

Download the `hacs` directory from inside the `apps` directory here to your local `apps` directory, then add the configuration to enable the `hacs` module.

## App configuration

```yaml
hacs:
module: hacs
class: Hacs
hacs_sensor: sensor.hacs
```

key | optional | type | default | description
-- | -- | -- | -- | --
`module` | False | string | | The module name of the app.
`class` | False | string | | The name of the Class.
`hacs_sensor` | True | string | `sensor.hacs`| The entity_id of the HACS sensor.