Skip to content

Version 3.8.0

Compare
Choose a tag to compare
@nao-pon nao-pon released this 11 Apr 14:33
· 10 commits to master since this release

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