{
    "key": "flashing_lights",
    "type": "combo",
    "label": "Flashing Lights",
    "strings": {
        "options": {
            "button": {
                "title": "Button activated",
                "description": "Lights activated by pressing a button"
            },
            "always": {
                "title": "Always flashing",
                "description": "Lights are always flashing"
            },
            "sensor": {
                "title": "Sensor activated",
                "description": "Lights activated by a sensor"
            },
            "button;sensor": {
                "title": "Button and sensor activated",
                "description": "Lights activated by a sensor or by pressing a button"
            },
            "no": "No",
            "yes": "Yes"
        }
    },
    "autoSuggestions": false,
    "customValues": false
}
