Skip to content

Commit

Permalink
Add brightness doc in README
Browse files Browse the repository at this point in the history
  • Loading branch information
slashback100 authored Dec 31, 2024
1 parent 64c98d9 commit 95c20d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ NB: it can also be added as a custom repository if you have an issue with above
* After the simulation, choose to restore the states as they were before the start of ths simulation
* You can choose to randomize the activation/deactivation of your entities. '0' to disable this behaviour, a positive number (representing a number of seconds) to activate the behaviour. A random number of seconds limited to this parameter is added to (or substracted from) the time the entity was actually switched on or off in your historical data.
* You can choose to consider 'Unavailable' states as 'Off' state (needed for some devices that are unavailable instead of off)
* You can choose a default brightness for lights (a number between 1 and 100)

You can edit these configurations afterwards by clicking on Options in the integration screen.

Expand Down Expand Up @@ -85,6 +86,8 @@ entity_id:
delta: 5
restore_states: True
random: 300
unavailable_as_off: True
brightness: 75
```
### Stop the simulation
The service `presence_simulation.stop` will stop the simulation and set the `switch.presence_simulation` entity to `off`.
Expand Down

0 comments on commit 95c20d4

Please sign in to comment.