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