Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 621 Bytes

ad-hacs

Sample AppDaemon app for 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

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.