Releases: bezmi/homeassistant_jvc_projector_remote
Releases · bezmi/homeassistant_jvc_projector_remote
v2.0.0
This is the final v2.0 release (except for bugfixes). Subsequent versions will have a config flow based setup instead of configuration.yaml
.
Fixes
- When turning on/off, the projector state would get flipped briefly back to
off
before the polling occured and set it to the correct value. This is fixed by using the forcing theis_on
attribute to change state as soon as the command is sent.
v2.0.0a3
- #13: if we can't connect to projector on init, there will be a warning logged, but initialisation will continue as it may become available later
- #18: mostly an upstream fix, if an unknown response which can't be decoded into a pretty string is sent by the projector, instead of a
KeyError
, it will now log a warning and return the raw response ascii code. - #17: add picture modes, lamp power 'mid', anamorphic 'd', extra lens memory options for the NZ series
v2.0.0 Alpha 2
This is a major new release. The command format has been changed. See the README for detailed documentation.
- Added
port
,timeout
,delay
andmax_retries
config options - changed command string format (See README)
- added
last_commands_response
attribute to fetch the result of commands from the projector - added
input_state
,signal_state
,lamp_state
,picture_mode
attributes - added handling of
delay_secs
insend_command
service
v2.0.0 Alpha 1
Testing release, do not install if stability is important.
v1.0.2 Stable
Use this release for the latest verified working version of the component