forked from blakeblackshear/frigate-hass-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve devcontainer environment (blakeblackshear#287)
* Improve devcontainer. * Codereview fix.
- Loading branch information
1 parent
0218f56
commit ddefe68
Showing
7 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.devcontainer/config/preconfig/.storage/frontend.user_data_1141ee80e0a647c1a4687d0b7631a019
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"version": 1, | ||
"minor_version": 1, | ||
"key": "frontend.user_data_1141ee80e0a647c1a4687d0b7631a019", | ||
"data": { | ||
"language": { | ||
"language": "en", | ||
"number_format": "language", | ||
"time_format": "language" | ||
}, | ||
"core": { | ||
"showAdvanced": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"version": 1, | ||
"minor_version": 1, | ||
"key": "lovelace", | ||
"data": { | ||
"config": { | ||
"title": "Frigate Integration", | ||
"views": [ | ||
{ | ||
"theme": "Backend-selected", | ||
"title": "Integration", | ||
"path": "integration", | ||
"badges": [], | ||
"cards": [ | ||
{ | ||
"type": "custom:auto-entities", | ||
"filter": { | ||
"include": [ | ||
{ | ||
"integration": "frigate" | ||
} | ||
] | ||
}, | ||
"sort": { | ||
"method": "friendly_name" | ||
}, | ||
"card": { | ||
"type": "custom:auto-entities", | ||
"card": { | ||
"type": "entities" | ||
}, | ||
"filter": { | ||
"include": [], | ||
"exclude": [] | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
.devcontainer/config/preconfig/.storage/lovelace_resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"minor_version": 1, | ||
"key": "lovelace_resources", | ||
"data": { | ||
"items": [ | ||
{ | ||
"url": "https://cdn.jsdelivr.net/gh/thomasloven/[email protected]/auto-entities.js", | ||
"type": "module", | ||
"id": "00c459541bac4290af01c51bf9c06ba2" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "pwa-chrome", | ||
"request": "launch", | ||
"name": "Launch Chrome against Home Assistant", | ||
"url": "http://localhost:48123", | ||
"resolveSourceMapLocations": ["!**"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters