Skip to content

Commit

Permalink
Fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Jan 6, 2025
1 parent b3d4574 commit 5706adc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.o
### Changed

- Adaptive Lighting:
- Enabled by default for lights that support it (can still be disabled).
- Internal color temperature reference is reset when brightness or state is changed via HomeKit.
- Allow a minimum delta to be set for color temperature changes.
- Enabled by default for lights that support it (can still be disabled).
- Internal color temperature reference is reset when brightness or state is changed via HomeKit.
- Allow a minimum delta to be set for color temperature changes.

## [1.11.0-beta.9] - 2025-01-05

Expand Down
4 changes: 2 additions & 2 deletions docs/light.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The table below shows how the different features within this `exposes` entry are
Additionally you can also configure the following options for Adaptive Lighting:
- `enabled`: Set to `true` to enable Adaptive Lighting. Defaults to `true`. (same as setting `adaptive_lighting` to a boolean value)
> ⚠️ **Note**: if the accessory previously had Adaptive Lighting enabled and you try to disable it, you may need to remove it from the Homebridge accessory cache for it to take effect.
> You can use Homebridge Config UI X to this by going to _Settings_ and choose _Remove Single Accessory_ (listed in the _Accessories_ section).
> You can use Homebridge Config UI X to this by going to *Settings* and choose *Remove Single Accessory* (listed in the *Accessories* section).
- `only_when_on`: Only update the color temperature when the light is on. Defaults to `true`.
- `transition`: Transition time to send along with the color temperature change when the light is on. If not defined, `transition` will not be send.
- `min_delta`: Minimum difference in color temperature to trigger an update. Defaults to `1`, which is also the minimum allowed value.
Expand All @@ -31,7 +31,7 @@ The table below shows how the different features within this `exposes` entry are
"enabled": true,
"only_when_on": true,
"transition": 1,
"min_delta": 10
"min_delta": 10
},
"request_brightness": false
}
Expand Down

0 comments on commit 5706adc

Please sign in to comment.