diff --git a/src/skeleton/services.yaml b/src/skeleton/services.yaml index 339f2544d..0585b3aa4 100644 --- a/src/skeleton/services.yaml +++ b/src/skeleton/services.yaml @@ -105,7 +105,6 @@ label: Lamp main room - state: sensor.air_quality_monitor_carbon_dioxide label: carbon monoxide - value: "{attributes.measurement}" - state: lock.ix_xdrive50_lock label: Car status @@ -143,4 +142,9 @@ maxEvents: 10 # optional - defaults to 10 showTime: true # optional - show time for event happening today - defaults to false timezone: America/Los_Angeles # optional and only when timezone is not detected - \ No newline at end of file + integrations: # optional + - type: sonarr # active widget type that is currently enabled on homepage - possible values: radarr, sonarr, lidarr, readarr, ical + service_group: Media # group name where widget exists + service_name: Sonarr # service name for that widget + color: teal # optional - defaults to pre-defined color for the service (teal for sonarr) + \ No newline at end of file diff --git a/src/skeleton/widgets.yaml b/src/skeleton/widgets.yaml index e4fdab95e..50c407f00 100644 --- a/src/skeleton/widgets.yaml +++ b/src/skeleton/widgets.yaml @@ -3,9 +3,9 @@ # https://gethomepage.dev/latest/configs/service-widgets - weatherapi: - label: Kyiv # optional - latitude: 37.29402454636174 - longitude: 121.87890364473624 + # label: San Jose # optional + # latitude: 37.29402454636174 + # longitude: 121.87890364473624 units: metric # or imperial apiKey: 37a1a38835174500ae5200432241202 cache: 5 @@ -24,3 +24,9 @@ provider: google target: _blank +- openmeteo: + label: Current + latitude: 37.29 + longitude: -121.88 + cache: 5 +