Adding sonarr to the calendar
This commit is contained in:
parent
ce235ede5d
commit
f38a17c324
@ -105,7 +105,6 @@
|
|||||||
label: Lamp main room
|
label: Lamp main room
|
||||||
- state: sensor.air_quality_monitor_carbon_dioxide
|
- state: sensor.air_quality_monitor_carbon_dioxide
|
||||||
label: carbon monoxide
|
label: carbon monoxide
|
||||||
value: "{attributes.measurement}"
|
|
||||||
- state: lock.ix_xdrive50_lock
|
- state: lock.ix_xdrive50_lock
|
||||||
label: Car status
|
label: Car status
|
||||||
|
|
||||||
@ -143,4 +142,9 @@
|
|||||||
maxEvents: 10 # optional - defaults to 10
|
maxEvents: 10 # optional - defaults to 10
|
||||||
showTime: true # optional - show time for event happening today - defaults to false
|
showTime: true # optional - show time for event happening today - defaults to false
|
||||||
timezone: America/Los_Angeles # optional and only when timezone is not detected
|
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
|
# https://gethomepage.dev/latest/configs/service-widgets
|
||||||
|
|
||||||
- weatherapi:
|
- weatherapi:
|
||||||
label: Kyiv # optional
|
# label: San Jose # optional
|
||||||
latitude: 37.29402454636174
|
# latitude: 37.29402454636174
|
||||||
longitude: 121.87890364473624
|
# longitude: 121.87890364473624
|
||||||
units: metric # or imperial
|
units: metric # or imperial
|
||||||
apiKey: 37a1a38835174500ae5200432241202
|
apiKey: 37a1a38835174500ae5200432241202
|
||||||
cache: 5
|
cache: 5
|
||||||
@ -24,3 +24,9 @@
|
|||||||
provider: google
|
provider: google
|
||||||
target: _blank
|
target: _blank
|
||||||
|
|
||||||
|
- openmeteo:
|
||||||
|
label: Current
|
||||||
|
latitude: 37.29
|
||||||
|
longitude: -121.88
|
||||||
|
cache: 5
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user