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.
- Performance improvements
- Fix build
- Various code improvements
- Correctly send entity_id with CallService action
- Improve connection reliability
- Update for Companion 3
- 'Call any service' lists services reported by home-assistant
- Support group, input_select entities
- All actions support multiple entities
- Call any service with custom payload
- Support scene and button entities
- Add actions to change light brightness
- More variables for entities
- Update for improved module api features
- Update for improved instance_skel.checkFeedbacks signature
- Migration script not running
- Missing boolean feedback migration script
- feedbacks updated to new format. allows more customisation of style
- Support input_boolean entities
- Use variables for preset labels
- Add variables for entity names
- Add binary_sensor feedback
- Add executing scripts