Skip to content

Commit

Permalink
Fixed services.yaml entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 6, 2023
1 parent 1d988ee commit d520568
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.5.1
Fixed services.yaml

# v0.5
New features:
- Limit detection to an area of the source image.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ambient_extractor/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5",
"version": "0.5.1",
"domain": "ambient_extractor",
"name": "Ambient Extractor",
"config_flow": false,
Expand Down
8 changes: 4 additions & 4 deletions custom_components/ambient_extractor/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,31 @@ turn_on:
- natural
- dominant

crop_x:
crop_offset_left:
name: Crop image, left offset
description: In % of the original width
example: 0
selector:
number:
min: 0
max: 99
crop_y:
crop_offset_top:
name: Crop image, top offset
description: In % of the original height
example: 0
selector:
number:
min: 0
max: 99
crop_w:
crop_width:
name: Crop image, width
description: In % of the original width. 0 means full screen.
example: 0
selector:
number:
min: 0
max: 99
crop_h:
crop_height:
name: Crop image, height
description: In % of the original width. 0 means full screen.
example: 0
Expand Down

0 comments on commit d520568

Please sign in to comment.