Releases: Leggin/dirigera
Releases · Leggin/dirigera
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
What's Changed
- feat: Add methods to get light, outlet and controller by id by @IvarMatstoms in #34
- make function parameter hue in
set_light_color
float by @Leggin in #35
Full Changelog: v1.0.1...v1.0.2
1.0.1
What's Changed
- fix: Make
color_hue
onLightAttributes
float by @bombsimon in #33
New Contributors
- @bombsimon made their first contribution in #33
Thank you!
Full Changelog: v1.0.0...v1.0.1
1.0.0
Breaking changes:
device_id
is nowid
(which is a little bit conflicting with the python reserved name, but is the direct mapping of the value from the IKEA rest API)- the attributes that were available top level on the devices (i.e.
light.is_on
) are now in device.attributes. (light.attributes.is_on
) -> the attributes are now in sync with the attribute hierarchy and naming from IKEAs rest endpoints - there are now more values available on the base device from which all devices inherit (i.e. room)
- timestamps that were strings previously are now
datetime
objects .refresh()
was removed and replaced by.reload()
which returns the reloaded device now instead of updating in memory (this is easier than updating in memory and comes for free with the pydantic mapping)
What's Changed
Full Changelog: v0.1.11...v1.0.0
0.1.11
0.1.10
What's Changed
- Add support for scenes by @IvarMatstoms in #25
- Extend readme and clean up by @Leggin in #26
New Contributors
- @IvarMatstoms made their first contribution in #25
Thank you!
Full Changelog: v0.1.9...v0.1.10