This commit is contained in:
Your Name
2025-05-22 16:28:16 +02:00
parent 8d1fd7ba63
commit 4fc06ccce0
2 changed files with 101 additions and 3 deletions

View File

@@ -88,7 +88,8 @@ config_entries = [
("windMeter", "0", "bool"),
("modem_version", "XXX", "str"),
# Add new config entries here
("matrix_display", "enabled", "str"),
("matrix_display", "0", "bool"),
("matrix_display_bool", "0", "bool"),
("matrix_display_type", "split_reveal", "str"),
("matrix_brightness", "100", "int")
]