Skip to content

Commit

Permalink
Fix light control after v3.18.1 #623 by @Strannik-37
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Feb 1, 2025
1 parent 9ad86c1 commit 60bf988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/yandex_station/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ async def async_turn_on(
if not payload:
payload["on"] = True

payload["brightness"] = 100500

await self.device_actions(**payload)

async def async_turn_off(self, **kwargs):
Expand Down

0 comments on commit 60bf988

Please sign in to comment.