changes
This commit is contained in:
@@ -41,6 +41,7 @@ class VideoPlayerConfig:
|
||||
channel_timeout: float = 3.0
|
||||
multi_digit_timeout: float = 1.0
|
||||
channel_display_timeout: float = 2.0
|
||||
channel_refresh_interval: float = 30.0 # seconds
|
||||
channel_assignment_method: str = "alphabetical" # alphabetical, manual, custom
|
||||
|
||||
# IR Remote settings
|
||||
@@ -435,6 +436,7 @@ def create_config_templates():
|
||||
"channel_timeout": 3.0,
|
||||
"multi_digit_timeout": 1.0,
|
||||
"channel_display_timeout": 2.0,
|
||||
"channel_refresh_interval": 30.0,
|
||||
"channel_assignment_method": "alphabetical",
|
||||
"ir_pin": 18,
|
||||
"ir_protocols": ["NEC", "RC5"],
|
||||
|
||||
Reference in New Issue
Block a user