Skip to content

Commit

Permalink
Fix inconsistency in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni committed Nov 3, 2024
1 parent 7ae1d92 commit db89b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This tool provides various utilities for Home Assistant via MQTT autodiscovery.

See [sample config](sample_config).

## Features:
## Features

### Presence detection

This feature is for aggregating network presence (you have to set up a fix IP address for the device you want to track) and BLE presence (via [ESPresense](https://github.com/ESPresense/ESPresense)).

## Experimental features:
## Experimental features

These features might have breaking changes without a major version bump.

### Cover control:
### Cover control

You will be able to set up covers with different opening/closing durations controlled by a remote device in Home Assistant (for example via the [Broadlink integration](https://www.home-assistant.io/integrations/broadlink)).
2 changes: 1 addition & 1 deletion sample_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Comments are not supported in config files, they are only included in the sample

Optional parameters that have a value in the sample will default to that value if you omit them.

`*_interval` and `*.timeout` parameters support both numeric values (seconds) and text values ("hours:minutes:seconds" or "minutes:seconds").
`*_interval` and `*_timeout` parameters support both numeric values (seconds) and text values ("hours:minutes:seconds" or "minutes:seconds").

0 comments on commit db89b2e

Please sign in to comment.