-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
incorporated node-home-assistant into this repo added home-assistant-js-websocket to handle the websocket connect added in new home assistant long-lived access tokens with support for legacy api password
- Loading branch information
Showing
28 changed files
with
3,200 additions
and
2,823 deletions.
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
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 |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
// Use IntelliSense to learn about possible Node.js debug attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Attach Docker: node-red", | ||
"type": "node", | ||
"request": "attach", | ||
"timeout": 20000, | ||
"restart": true, | ||
"address": "localhost", | ||
"port": 9123, | ||
"localRoot": "${workspaceFolder}", | ||
"remoteRoot": "/data/node_modules/node-red-contrib-home-assistant", | ||
"trace": false, | ||
"skipFiles": [ | ||
"<node_internals>/**/*.js" | ||
] | ||
}, | ||
|
||
{ | ||
"name": "Attach Local: node-red", | ||
"type": "node", | ||
"request": "attach", | ||
"timeout": 20000, | ||
"restart": true, | ||
"address": "localhost", | ||
"port": 9123, | ||
"trace": false, | ||
"skipFiles": [ | ||
"<node_internals>/**/*.js" | ||
] | ||
}, | ||
{ | ||
"name": "Attach Local: test", | ||
"type": "node", | ||
"request": "attach", | ||
"timeout": 20000, | ||
"restart": true, | ||
"address": "localhost", | ||
"port": 9124, | ||
"trace": false, | ||
|
||
"skipFiles": [ | ||
"<node_internals>/**/*.js" | ||
] | ||
} | ||
] | ||
} | ||
{ | ||
// Use IntelliSense to learn about possible Node.js debug attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Attach Docker: node-red", | ||
"type": "node", | ||
"request": "attach", | ||
"timeout": 20000, | ||
"restart": true, | ||
"address": "localhost", | ||
"port": 9123, | ||
"localRoot": "${workspaceFolder}", | ||
"remoteRoot": "/data/node_modules/node-red-contrib-home-assistant", | ||
"trace": false, | ||
"skipFiles": [ | ||
"<node_internals>/**/*.js" | ||
] | ||
}, | ||
|
||
{ | ||
"name": "Attach Local: node-red", | ||
"type": "node", | ||
"request": "attach", | ||
"timeout": 20000, | ||
"restart": true, | ||
"address": "localhost", | ||
"port": 9123, | ||
"trace": false, | ||
"skipFiles": [ | ||
"<node_internals>/**/*.js" | ||
] | ||
}, | ||
{ | ||
"name": "Attach Local: test", | ||
"type": "node", | ||
"request": "attach", | ||
"timeout": 20000, | ||
"restart": true, | ||
"address": "localhost", | ||
"port": 9124, | ||
"trace": false, | ||
|
||
"skipFiles": [ | ||
"<node_internals>/**/*.js" | ||
] | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -1,21 +1,2 @@ | ||
# v0.3.6 | ||
# v0.0.1 | ||
* Feat: Added <= and => comparison for Constraints and Outputs. Renamed greater_than and less_than to > and < but kept backwards compatibility | ||
* Fix: Fixed label for outputs that was getting undefined tacked on to the front of the string. | ||
* Fix: poll-state node now matches events-state output | ||
* Fix: entity_id is no longer required on current-state | ||
|
||
# v0.3.2 | ||
* Feat: History node now supports end date and entityid filtering | ||
* Fix: Nodered configuration value userDir is fetched correctly now | ||
|
||
# v0.3.1 | ||
* Fix/Feat: Current State Node: Preserve original message with options to override topic and payload (Thanks @declankenny) | ||
* Fix: Added try/catch in onHaEventsStateChanged (Thanks @oskargronqvist) | ||
* Docs: Added quotes to 'Call Service' placeholder text (Thanks @brubaked) | ||
* Docs: Readme node version clarification (Thanks @Bodge-IT) | ||
* Docs: Keyword discoverability addition (Thanks @jcullen86) | ||
* Docs: Note of server URL when running inside container (Thanks @drogfild) | ||
* Dev: Updated docker dev environment to latest, easier setup and run, added some tests within node-red sample flows | ||
* Chore: Added LICENSE.md | ||
* Chore: Added Feature and Bug templates | ||
* Chore: Added CONTRIBUTING.md |
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
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
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
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
Oops, something went wrong.