Skip to content

Commit

Permalink
Name can be read off proxies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe authored Jun 7, 2024
1 parent 1e8dd62 commit 5526f36
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@digital-alchemy/synapse",
"repository": "https://github.com/Digital-Alchemy-TS/synapse",
"homepage": "https://docs.digital-alchemy.app/Synapse",
"version": "0.3.7",
"version": "0.3.8",
"scripts": {
"build": "rm -rf dist; tsc",
"test": "./scripts/test.sh",
Expand All @@ -25,9 +25,9 @@
},
"license": "MIT",
"dependencies": {
"@digital-alchemy/core": "^0.3.16",
"@digital-alchemy/core": "^0.3.17",
"@digital-alchemy/fastify-extension": "^0.3.3",
"@digital-alchemy/hass": "^0.3.30",
"@digital-alchemy/hass": "^0.3.31",
"bonjour": "^3.5.0",
"dayjs": "^1.11.11"
},
Expand Down
1 change: 0 additions & 1 deletion src/helpers/common-config.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export type NON_SETTABLE =
| "managed"
| "suggested_object_id"
| "unique_id"
| "name"
| "device_id"
| "device_class"
| "translation_key"
Expand Down

0 comments on commit 5526f36

Please sign in to comment.