Added sonarr upcoming tracking to main page
This commit is contained in:
@@ -51,7 +51,7 @@ updater:
|
||||
# include_used_components: true
|
||||
|
||||
# Discover some devices automatically
|
||||
discovery:
|
||||
#discovery:
|
||||
|
||||
# Allows you to issue voice commands from the frontend in enabled browsers
|
||||
conversation:
|
||||
@@ -105,13 +105,13 @@ sensor:
|
||||
# name: 'Guest'
|
||||
# state_topic: 'happy-bubbles/presence/ha'
|
||||
# away_timeout: 60
|
||||
# - platform: sonarr
|
||||
# api_key: c544cae167164f11947c84ad4e04f61c
|
||||
# host: 192.168.86.20
|
||||
# monitored_conditions:
|
||||
# - upcoming
|
||||
# days: 7
|
||||
# - diskspace
|
||||
- platform: sonarr
|
||||
api_key: c544cae167164f11947c84ad4e04f61c
|
||||
host: 192.168.86.20
|
||||
monitored_conditions:
|
||||
- upcoming
|
||||
- diskspace
|
||||
days: 7
|
||||
- platform: template
|
||||
sensors:
|
||||
thermostat_current_status:
|
||||
|
||||
@@ -50,12 +50,16 @@ views:
|
||||
- type: iframe
|
||||
url: https://calendar.google.com/calendar/embed?src=e1f4omvdb8fntpfbmhv0bc5mog%40group.calendar.google.com&ctz=America%2FNew_York
|
||||
aspect_ratio: 80%
|
||||
- type: entities
|
||||
entities:
|
||||
- sensor.sonarr_upcoming
|
||||
|
||||
- title: Media
|
||||
icon: mdi:play-network
|
||||
cards:
|
||||
- type: media-control
|
||||
entity: media_player.roku_yr00av370849
|
||||
|
||||
- title: Automations
|
||||
icon: mdi:robot
|
||||
cards:
|
||||
|
||||
Reference in New Issue
Block a user