Releases: rrooggiieerr/homeassistant-benqprojector
0.1.1 - Smashing some bugs
This release fixes some issues with projectors that do not return a model name and an issue where network connected projectors were not detected during configuration.
Network connected projectors
I don't own a network connected projector and have implemented the network functionality using a serial to network bridge. The support for native network connected projectors is thus experimental. Let me know if your network connected projector does or does not work by creating an issue on the GitHub repository.
Translations
The English translation has some errors fixed and the Dutch translation now also translates entity names. You're invited to provide translation files for your language to improve the covered languages. See the instructions in the Readme on how to contribute translations.
Full Changelog: 0.1.0...0.1.1
Support my work
Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of
the following platforms, your donation is greatly appreciated and keeps me motivated:
Hire me
If you would like to have a Home Assistant integration developed for your product or are in need
for a freelance Python developer for your project please contact me, you can find my email address
on my GitHub profile.
0.1.0 - Asynchronous communication and translations
This release changes quite some things under the hood, not visible by the user on first sight. Communication with the projector now goes in an asynchronous way, just the way Home Assistant likes it. Further the config workflow has been reworked to give it a bit smoother look.
For the user the biggest change might be that you can now use the integration in your own language, provided there is a language file available. You're invited to provide translation files to improve the covered languages.
Full Changelog: 0.0.14...0.1.0
Support my work
Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of
the following platforms, your donation is greatly appreciated and keeps me motivated:
Hire me
If you would like to have a Home Assistant integration developed for your product or are in need
for a freelance Python developer for your project please contact me, you can find my email address
on my GitHub profile.
0.0.14
Full Changelog: 0.0.12...0.0.14
0.0.12
- Improve error and connection handling
- Handling more edge cases for detecting the projector
- Fix an async connect issue in the config flow
- Support for keystone correction and LED indicator
Full Changelog: 0.0.11...0.0.12
0.0.11
- Support for model MW519
- Support for Color Temperature Fine Tuning
- Support for setting the Menu Position
Full Changelog: 0.0.10...0.0.11
0.0.10: Network support
This release adds support for connecting your BenQ projector over the network. I don't own such projector and have implemented the network functionality using a serial to network bridge. The network support for native networked BenQ projectors is thus experimental. Let me know if your network connected BenQ projector works.
0.0.8
- Add support for W1100
- Better command response handling
- You can now send command and raw commands to your projector using a custom service to access features which are not (yet) supported by the integration
0.0.7
- Fixes configuration for X3000i
- Better communication error handling
0.0.6
This release fixes the following issues:
- Video sources not being loaded on startup when projector is off.
- Lamp time sensor becoming unavailable.
0.0.5 - New Data Update Coordinator
This version implements a Data Update Coordinator for more efficient fetching of the projector status.