Skip to content

Releases: Leggin/dirigera

1.0.7

07 Feb 07:00
736b0f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

1.0.6

22 Jan 20:07
7050aab
Compare
Choose a tag to compare

What's Changed

  • make scene attribute 'last_undo' optional by @Leggin in #44

Full Changelog: v1.0.5...v1.0.6

1.0.5

22 Jan 17:22
3ac35f6
Compare
Choose a tag to compare

What's Changed

  • make scene attributes 'last_undo' and 'last_completed' optional by @Leggin in #43

Full Changelog: v1.0.4...v1.0.5

1.0.4

06 Jan 09:53
a31db4f
Compare
Choose a tag to compare

What's Changed

  • Add motion sensor functionality by @Leggin in #40
  • Add MotionSensor functionality by @fdewes in #38
  • update action to newer python versions by @Leggin in #41

New Contributors

  • @fdewes made their first contribution in #38
    Thank you!

Full Changelog: v1.0.3...v1.0.4

1.0.3

16 Nov 07:56
52ce59e
Compare
Choose a tag to compare

What's Changed

  • Make project compatible with older pydantic versions (1.10.*) by @Leggin in #37

Full Changelog: v1.0.2...v1.0.3

1.0.2

13 Nov 08:54
17c2c28
Compare
Choose a tag to compare

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

05 Nov 09:54
88b5065
Compare
Choose a tag to compare

What's Changed

  • fix: Make color_hue on LightAttributes float by @bombsimon in #33

New Contributors

1.0.0

29 Oct 08:45
37c2256
Compare
Choose a tag to compare

Breaking changes:

  • device_id is now id(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

  • refactor data models to use pydantic by @Leggin in #32

Full Changelog: v0.1.11...v1.0.0

0.1.11

28 Oct 10:09
7e7ebfb
Compare
Choose a tag to compare

What's Changed

  • Added scene trigger/complete/undo timestamp support. Added support fo… by @fpb in #29
  • Scene status times by @fpb in #31

Full Changelog: v0.1.10...v0.1.11

0.1.10

27 Aug 11:11
9269da2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10