add monitor control support (#110)

* add monitor control support

* removed useless code
This commit is contained in:
Masoko
2024-05-07 22:07:53 +03:00
committed by GitHub
parent 6a1aff74ec
commit 0d1ae214e3
3 changed files with 33 additions and 3 deletions

View File

@@ -24,6 +24,12 @@ restart_button = True
# Enable remote shutdown button in Home Assistant
shutdown_button = True
# Enable control of attached display(s) via Home Assistant
display_control = True
# user for which display_control is enabled
os_user = 'os_user_to_be_replaced'
# Binary sensor that displays when there are updates
git_update = True