This commit is contained in:
Mateusz Gruszczyński
2026-09-01 22:20:10 +02:00
parent 1cb62c8d0b
commit 16e0d94564
47 changed files with 2565 additions and 117 deletions
+2
View File
@@ -9,6 +9,8 @@ pub struct ConfigurationExport {
pub groups: Vec<ClimateGroup>,
pub schedules: Vec<Schedule>,
pub automations: Vec<Automation>,
#[serde(default)]
pub flows: Vec<Flow>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]