Skip to content

Commit

Permalink
Fix #155
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
slashback100 authored Jan 4, 2025
1 parent 9de9200 commit 71be04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/presence_simulation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def handle_presence_simulation(call, restart=False, switch_id=None):
await entity.set_random(call.data.get("random", 0))
if "unavailable_as_off" in call.data:
await entity.set_unavailable_as_off(call.data.get("unavailable_as_off", 0))
if "brithness" in call.data:
if "brigthness" in call.data:
await entity.set_brightness(call.data.get("brightness", 0))
if "after_ha_restart" in call.data:
after_ha_restart = call.data.get("after_ha_restart", False)
Expand Down

0 comments on commit 71be04f

Please sign in to comment.