-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from iMicknl/support_more_types
- Loading branch information
Showing
4 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0] | ||
|
||
### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.