Releases: bigbadblunt/homeassistant-lightwave2
Public API, expose attributes
Enables full use of public API with feature parity with emulated API.
Exposes all underlying device attributes to HA.
Added public API code
Added some code to allow partial use of the public API. This should set up the correct hierarchy, and allow control of devices, but will not respond to events arising from outside of Home Assistant (and so will not track state of devices, report power, etc).
This is not intended for use, but may help with debugging why certain setups do not work (as the responses to the public api are different from those to the emulated lightwave app.
Corrected some LED control documentation
Updated service call example documentation to show that calls to the service can use hex strings.
Added LED colour control
Added led_rgb
attribute to lights to enable reading the colour of the LED
Added service call lightwave2.set_led_rgb
to allow setting the LED colour
First release
First release