Skip to content

Commit

Permalink
Merge branch 'master' of github.com:StyraHem/ShellyForHASS
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed May 8, 2020
2 parents 0bfdf2b + 6039c7d commit d14c55c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you have the configuration in config.yaml you can convert it to internal sett

### HA Integration

When you have installed Shelly you can add it in GUI under HA integration. Use the plus buttan and search for Shelly. You need to specify the prefix that is used as first part of the entity_id to avoid conflicts. Default is shelly.
When you have installed Shelly you can add it in GUI under HA integration. Use the plus button and search for Shelly. You need to specify the prefix that is used as first part of the entity_id to avoid conflicts. Default is shelly.

When you have added Shelly to HA you can do the configuration by clicking the settings gear for this integration.

Expand Down

0 comments on commit d14c55c

Please sign in to comment.