Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration with MQTT for GRDF (#20)
* Create docker-image.yml * Update docker-image.yml * Create docker-image_new.yml * Delete docker-image.yml * Add MQTT for GRDF based/tested only on Alpine docker setup * Yaml fix and use variable for docker registry tag * Update action versions * Update pre-commit configuration (use logToCs action) * Fix yamllint notices * Update config mapping See https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/ * Align first two attribs attribs start with the type, and end with the 'unit', this was not the case for 'period' attribs * Add typing hints, correct f-string * fixing pre-commit errors * Fixing pre-commit errors * Fix readme formatting (mdformat) * Add explicit typing as suggested by author * Correct extra backslashes added to link * Update dockerfile generation (default alpine, var for name) * Use DOCKERFILE var in 2nd (=first) location * Dummy commit to test flow only removed empty line --------- Co-authored-by: MDW <[email protected]>
- Loading branch information