v0.5.1
What's Changed
Full Changelog: v0.5.0...v0.5.1
- Read version number from package itself by @mion00 in #35
- Use
pre-commit
to manage Git hooks by @mion00 in #34 - Skip retained messages while testing by @mion00 in #37
- Automate deployment on Git tag by @mion00 in #38
- Bugfix import error by @unixorn in #39
- Bugfix docker build by @unixorn in #41
From unreleased 0.5.0
- Make mega-linter treat spelling errors as warnings by @unixorn in #16
- Update readme with contributor guidelines by @unixorn in #19
- Run megalinter locally by @mion00 in #21
- Improve Dockerfile based on linting suggestions by @mion00 in #22
- Make
Makefile
self-documenting by @unixorn in #24 - Use base Docker image
python:3.10
by @mion00 in #25 - Automatic GitHub python tests by @mion00 in #27
- Add flake8 config file by @mion00 in #26
- Improve
Discoverable
andBinarySensor
classes by @mion00 in #15 - Add tests to check if state is written to MQTT broker by @mion00 in #30