This commit is contained in:
Mateusz Gruszczyński
2026-09-14 23:10:17 +02:00
parent 4bb9c8621a
commit 0a2fb8c6c7
47 changed files with 1337 additions and 372 deletions
+2
View File
@@ -7,6 +7,8 @@ pub struct ConfigurationExport {
pub zones: Vec<Zone>,
#[serde(default)]
pub groups: Vec<ClimateGroup>,
#[serde(default)]
pub device_groups: Vec<DeviceGroup>,
pub schedules: Vec<Schedule>,
pub automations: Vec<Automation>,
#[serde(default)]