Skip to content

Commit

Permalink
HACS update
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Aug 16, 2020
1 parent 536aa26 commit a25819c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hacs_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate with HACS

on:
push:
paths-ignore:
- "README.md"
schedule:
- cron: "30 7 1 * *"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate with hassfest

on:
push:
paths-ignore:
- "README.md"
pull_request:
schedule:
- cron: "30 7 1 * *"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# HomeAssistant component: `attributes`
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)

The `attributes` platform supports sensors which break out a specified `attribute` from other entities.

To enable the `attributes` sensor in your installation, add the following to your `configuration.yaml` file:
Expand Down
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Attributes extractor for any domain",
"homeassistant": "0.103.0",
"domains": ["sensor"]
}

0 comments on commit a25819c

Please sign in to comment.