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.
- Host: GitHub
- URL: https://github.com/ludeeus/ad-hacs
- Owner: ludeeus
- License: mit
- Created: 2019-06-18T19:24:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T20:04:21.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T22:21:53.986Z (about 1 month ago)
- Topics: app, appdaemon, hacs, home-assistant, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.