HASS: shorter trigger

This commit is contained in:
Filippo Berto 2023-07-30 10:51:04 +02:00
parent ebb376e3c5
commit 5512a3a2a6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -332,6 +332,7 @@ with lib; {
alarm_control_panel = {
platform = "manual";
code = "!secret alarm_code";
trigger_time = 60;
};
assist_pipeline = { };