Skip to content

Releases: scottyphillips/echonetlite_homeassistant

Version 3.8.6

04 Oct 12:25
e25b86f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.8.5...3.8.6

Version 3.8.5

04 Oct 12:10
Compare
Choose a tag to compare

What's Changed

  • Fixed unintended list rewriting in user options
  • Bump pychonet version 2.6.13

Full Changelog: 3.8.4...3.8.5

Version 3.8.4

28 Sep 12:18
Compare
Choose a tag to compare

What's Changed

  • Updating README(.ja).md by @ahori in #189
  • Fix circ reference, import from pychonet #192 by @josh-shaw-dev in #193
  • CeilingFan Light support and modifications to existing Light classes by @nao-pon in #194
  • Bump pychonet version 2.6.12
  • Fix an issue where update_data could be invalid when getting a single property (rel. #195)

New Contributors

Full Changelog: 3.8.3...3.8.4

Version 3.8.4-beta3

19 Sep 11:11
Compare
Choose a tag to compare
Version 3.8.4-beta3 Pre-release
Pre-release

What's Changed

  • Fix an issue where update_data could be invalid when getting a single property (rel. #195)

Full Changelog: 3.8.4-beta2...3.8.4-beta3

Version 3.8.4-beta2

18 Sep 11:39
Compare
Choose a tag to compare
Version 3.8.4-beta2 Pre-release
Pre-release

What's Changed

  • Bump pychonet version 2.6.12

Full Changelog: 3.8.4-beta1...3.8.4-beta2

Version 3.8.4-beta1

17 Sep 02:16
Compare
Choose a tag to compare
Version 3.8.4-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.8.3...3.8.4-beta1

Version 3.8.3

27 Aug 13:51
Compare
Choose a tag to compare

What's Changed

  • List a couple more supported models by @eclipser42 in #186
  • Fix #188 HA Core 2024.8 compatibility

New Contributors

Full Changelog: 3.8.2...3.8.3

Version 3.8.2

15 May 11:09
Compare
Choose a tag to compare

What's Changed

Supports Refrigerator (0x03-0xB7)

New Contributors

Full Changelog: 3.8.1...3.8.2

Version 3.8.1

22 Apr 11:41
Compare
Choose a tag to compare

What's Changed

  • Fix #179 Energy-related sensors are not enabled by default by @nao-pon in #180

Full Changelog: 3.8.0...3.8.1

Version 3.8.0

11 Apr 14:33
Compare
Choose a tag to compare

New devices

  • Electrically operated shutter as cover entity
  • Electrically operated curtain as cover entity
  • Electrically operated rain sliding as cover entity
  • Electrically operated gate as cover entity
  • Electrically operated window as cover entity
  • Automatically operated entrance door/sliding door
  • Electric water heater
  • Floor heater
  • Distribution panel metering (Thx @xen2)

New input entities

  • Number
  • Time

New option of the device

  • Add an option "Maximum number of properties for batch requests"
  • Add an option "Enable energy-related sensors (if available)"
    • It has been reported that these sensors become unavailable when enabled on some devices. In that case, disable this option. See, #169

Auto-configured input entities

The following entities are automatically configured when settable:

  • Select
  • Switch
  • Time

Ability to adjust the number of batch requests

Added automatic adjustment and option settings for the number of batch requests.

Breaking changes

The entity ID or kinds of entities will change in the following cases. Adjustment is required if you are using it for automation, etc.

  • Sensor entities that can be set with Number, Time, Select input entities will be replaced by them.
  • About Panasonic Advanced Series Link Plus, the entity ID will be change.

What's Changed

  • Support detect timeout and available state via pychonet by @nao-pon in #158
  • Automatic adjustment of maximum number of batch requests (OPC number) by @nao-pon in #159
  • Merge branch 'xen2/electric_board_channels' into xen2_enh by @nao-pon in #160
  • Add Number, Time, Input entity component by @nao-pon in #164
  • climate: Return None for current temperature if not returned by device by @tom3q in #168
  • Update README to include MAC-588IF-E support and port 3610 by @abowen in #171
  • Electric blinds & covers by @xen2 in #174
  • Maintaining the Cover entity by @nao-pon in #177

New Contributors

Full Changelog: 3.7.9...3.8.0