Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## 2.1.0

### Fixed

- Numerous fixes from [Snuffy2](https://github.com/Snuffy2)
- Fixed deprecated ATTR_COLOR_TEMP
- Verifies that a light is selected during configuration
- Updates schema to filter on LIGHT platform
- Fix random range selection
- More compatibility with nearby color feature

## 2.0.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion custom_components/animated_scenes/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

INTEGRATION_NAME = "Animated Scenes"
DOMAIN = "animated_scenes"
VERSION = "2.0.1"
VERSION = "2.1.0"
COMPONENT_COLOR_CONFIG_URL = "https://github.com/chazzu/hass-animated-scenes#color-configuration"

ATTR_COLOR_TEMP = "color_temp" # Deprecated by HASS, will auto-convert to ATTR_COLOR_TEMP_KELVIN
Expand Down
2 changes: 1 addition & 1 deletion custom_components/animated_scenes/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/chazzu/hass-animated-scenes/issues",
"requirements": [],
"version":"2.0.1"
"version": "2.1.0"
}
Loading