Skip to content

Releases: home-assistant-ecosystem/python-mystrom

2.6.0

25 Dec 14:18
a025e99

Choose a tag to compare

  • Add optional token functionality (thanks @geostag)
  • Update dependencies

2.5.0

20 Aug 10:25

Choose a tag to compare

  • Add boot_id, energy_since_boot and time_since_boot to switch (thanks @slyoldfox)
  • Expose device_type property on switches
  • Fix: Tolerate missing 'type' in device info for legacy myStrom v1 switches, preventing KeyError during get_state (related to home-assistant/core#150264)

2.4.0

20 Jun 06:52

Choose a tag to compare

  • Migrate to pyproject
  • Remove async_timeout
  • Update formatting
  • Add example for discovery

2.2.0

21 May 18:48

Choose a tag to compare

  • Add additional devices (incl. Switch Zero)
  • Support for Switch Zero (thanks @hguetlin)
  • Implement get_device_info (thanks @pail23)

2.1.0

29 Mar 10:55
86a0747

Choose a tag to compare

  • Add consumed energy to switch (thanks @OneCyrus)

2.0.0

12 Nov 22:20
ebe515a

Choose a tag to compare

  • Update the CLI to work with the bulbs
  • Add support for Motion/PIR sensors
  • Add support for device discovery

1.1.3

10 Nov 16:24
dd51168

Choose a tag to compare

  • Improve temperature handling (Switch HW v2)

1.0.0

05 Jan 18:04
1a2b15d

Choose a tag to compare

  • Full asynchronous now
  • Move to aiohttp
  • Update file header

0.5.0

27 Feb 11:17
86410f8

Choose a tag to compare

  • Add support for temperature provided by Switch v2 (@d0xsch)

0.4.4

07 Jun 07:12

Choose a tag to compare

  • Fix install_requires