From de65db33a7a53b6d81db0833ecc0bf2eaaf4e03b Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Tue, 20 Oct 2020 09:35:29 +0200 Subject: [PATCH] Update model.yml to switch enum of state. The motion_state css_class should include grey. --- docs/models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.yml b/docs/models.yml index 396f09837..8acb25078 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -1346,7 +1346,7 @@ motion_state: css_class: type: string enum: - - gray + - grey - red - green - lightblue