Skip to content

Commit

Permalink
Improved entity typing (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe authored Jun 15, 2024
1 parent 1f7f17f commit e6e8bd1
Show file tree
Hide file tree
Showing 8 changed files with 508 additions and 526 deletions.
19 changes: 10 additions & 9 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@ ignorePaths: []
dictionaryDefinitions: []
dictionaries: []
words:
- cobertura
- codeowners
- endregion
- entites
- hass
- hassio
- rgbw
- homeassistant
- homekit
- endregion
- rgbww
- hvac
- macaddress
- quickboot
- ssdp
- tvshow
- hvac
- rgbw
- rgbww
- rrule
- rtsp
- sonarjs
- ssdp
- systype
- tvshow
- zeroconf
- homeassistant
- sonarjs
- rrule
ignoreWords: []
import: []
19 changes: 17 additions & 2 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@digital-alchemy/hass",
"repository": "https://github.com/Digital-Alchemy-TS/hass",
"homepage": "https://docs.digital-alchemy.app/Hass",
"version": "24.06.4",
"version": "24.06.5",
"scripts": {
"build": "rm -rf dist/; tsc",
"lint": "eslint src",
Expand Down Expand Up @@ -30,8 +30,10 @@
"license": "MIT",
"dependencies": {
"@digital-alchemy/core": "^24.6.1",
"@types/validator": "^13.11.10",
"dayjs": "^1.11.11",
"prom-client": "^15.1.2",
"validator": "^13.12.0",
"ws": "^8.17.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e6e8bd1

Please sign in to comment.