Files
onepilot/dragonpilot/settings/min-feat.dev.dashy-v2.py
T
2026-06-11 20:00:23 +08:00

15 lines
435 B
Python

from dragonpilot.settings import tr
ITEMS = [
{
"section": "Device",
"key": "dp_dev_dashy",
"type": "toggle_item",
"title": lambda: tr("Enable dashy Visual"),
"description": lambda: tr("dashy - dragonpilot's all-in-one system hub.<br><br>Visit http://&lt;device_ip&gt;:5088 to access.<br><br>Enable this to use Tesla Visual/HUD."),
"flags": "PERSISTENT",
"param_type": "BOOL",
"default": "0",
},
]