Skip to content

Initial release

Compare
Choose a tag to compare
@vlebourl vlebourl released this 04 Jun 18:03
· 706 commits to master since this release
586392c

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