Extract settings and harden geofence automation

This commit is contained in:
Artem Kokos
2026-05-15 10:18:46 +07:00
parent 1963488479
commit d796537917
21 changed files with 1392 additions and 278 deletions

View File

@@ -20,6 +20,7 @@ class GeofenceAutomationService {
final apiKey = await _settingsService.requireHomeApiKey(home.id);
await _invoke('armGeofence', {
'homeId': home.id,
'homeName': home.name,
'baseUrl': home.url,
'apiKey': apiKey,
'latitude': home.latitude,