Adding sonarr to the calendar
This commit is contained in:
parent
ce235ede5d
commit
f38a17c324
@ -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
|
||||
|
||||
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)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user