abcminiuser / python-homeassistant-streamdeck

Python client to control a HomeAssistant instance using an Elgato Stream Deck controller.
46 stars 7 forks source link

Implement screensaver function #6

Closed Peter9915 closed 4 years ago

Peter9915 commented 4 years ago

My streamdeck is in my bedroom, so I'd like the screen to be completely off when not used, as the light would otherwise light up the entire room.

I propose to implement a simple screensaver function that disables the screen when not used for a while. If a key is pressed when the screensaver is active, this key event is eaten and instead the screen should turn on again.

abcminiuser commented 4 years ago

Neat, thanks!