Skip to content

Commit

Permalink
Fix cardHelpers issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Jun 26, 2020
1 parent ad8ac29 commit 7e9a908
Show file tree
Hide file tree
Showing 9 changed files with 2,659 additions and 345 deletions.
14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "rollup -c rollup.config.dev.js --watch"
}
]
}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This card is not to be used as a means to truly protect an instance. Someone wit
[![Discord][discord-shield]][discord]
[![Community Forum][forum-shield]][forum]

## Minimum Home Assistant Version

Home Assistant version 0.110.0 or higher is required as of release 1.2.0 of restriction-card

## Support

Hey dude! Help me out for a couple of :beers: or a :coffee:!
Expand Down Expand Up @@ -162,13 +166,13 @@ Row example
![row](row.png)

```yaml
type: "custom:hui-entities-card"
type: 'custom:hui-entities-card'
entities:
- card:
entity: cover.garage_door
restrictions:
block: true
type: "custom:restriction-card"
type: 'custom:restriction-card'
row: true
- entity: light.kitchen
```
Expand Down
3 changes: 2 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Restriction Card",
"render_readme": true
"render_readme": true,
"homeassistant": "0.110.0"
}
Loading

0 comments on commit 7e9a908

Please sign in to comment.