Skip to content

Releases: iMicknl/ha-tahoma

Add support for gates and refactored cover platform

07 Jun 13:38
5be75d0
Compare
Choose a tag to compare

Added

  • Added support for gates
  • Added support for scenes

Changed

  • Removed all hardcoded device string from the cover component

Add support for gates and refactored cover platform

05 Jun 13:43
90c1fa0
Compare
Choose a tag to compare

Added

  • Added support for gates
  • Added support for scenes

Changed

  • Removed all hardcoded device string from the cover component

Initial release

04 Jun 18:03
586392c
Compare
Choose a tag to compare

Initial release

Added

  • Added configuration flow
  • Added support for controlling the tilt position of supported covers
  • Added support for Somfy devices using the Pergola uiclass.
  • Added unique id per entity, making it configurable via the front-end.
  • Added support for Humidity sensors
  • Added support for Light (DimmableLight) devices

Changed

  • Changed MotionSensor platform from sensor to binary_sensor
  • Changed SmokeSensor platform from sensor to binary_sensor
  • Changed ContactSensor platform from sensor to binary_sensor
  • Changed GarageDoor platform from switch to cover
  • Changed Light (OnOffLight) platform from switch to light
  • Changed cover implementation to rely on available states and commands, instead of a hardcoded device list
  • Add shared device attributes and states to TahomaDevice

Add support for gates and refactored cover platform

04 Jun 21:33
Compare
Choose a tag to compare

Added

  • Added support for gates

Changed

  • Removed all hardcoded device string from the cover component