https://github.com/bitfocus/companion-module-homeassistant-server
https://github.com/bitfocus/companion-module-homeassistant-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfocus/companion-module-homeassistant-server
- Owner: bitfocus
- License: mit
- Created: 2020-03-06T23:50:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T10:06:43.000Z (5 months ago)
- Last Synced: 2025-04-15T22:15:50.240Z (about 2 months ago)
- Language: TypeScript
- Size: 907 KB
- Stars: 16
- Watchers: 10
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# companion-module-home-assistant
## Getting started
Execute `yarn` command to install the dependencies.
The module can be built once with `yarn build`. This should be enough to get the module to be loadable by companion.
While developing the module, by using `yarn dev` the compiler will be run in watch mode to recompile the files on change.
## Changes
### v1.1.0
- Performance improvements
### v1.0.2
- Fix build
### v1.0.1
- Various code improvements
- Correctly send entity_id with CallService action### v1.0.0
- Improve connection reliability
- Update for Companion 3### v0.8.1
- 'Call any service' lists services reported by home-assistant
### v0.8.0
- Support group, input_select entities
- All actions support multiple entities
- Call any service with custom payload### v0.7.0
- Support scene and button entities
- Add actions to change light brightness
- More variables for entities### v0.6.1
- Update for improved module api features
### v0.6.0
- Update for improved instance_skel.checkFeedbacks signature
### v0.5.2
- Migration script not running
### v0.5.1
- Missing boolean feedback migration script
### v0.5.0
- feedbacks updated to new format. allows more customisation of style
### v0.4.0
- Support input_boolean entities
### v0.3.1
- Use variables for preset labels
### v0.3.0
- Add variables for entity names
### v0.2.0
- Add binary_sensor feedback
- Add executing scripts