From acb8511e6a1168bfd6deac60f5dcd51701571068 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 15 Jan 2023 08:58:14 +0100 Subject: [PATCH] add sensors --- include/sensors/rejseplanen.yaml | 27 +++++++++++++++++++++++++++ include/sensors/sensors.yaml | 22 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 include/sensors/rejseplanen.yaml create mode 100644 include/sensors/sensors.yaml diff --git a/include/sensors/rejseplanen.yaml b/include/sensors/rejseplanen.yaml new file mode 100644 index 0000000..aa7ffd8 --- /dev/null +++ b/include/sensors/rejseplanen.yaml @@ -0,0 +1,27 @@ +- platform: rejseplanen + stop_id: '851804202' + name: Gistrup + direction: + - 'Væddeløbsbanen' + - 'Aalborg Busterminal' + +- platform: rejseplanen + stop_id: '851801206' + name: Aalborg + direction: + - 'Hadsund' + - 'Gistrup Skole' +# route: +# - 'Bus 2' +# - 'Bus 54' + +#- platform: rejseplanen +# stop_id: '851000202' +# name: Salling + +#- platform: rejseplanen +# name: Centrum +# stop_id: '851804202' +# direction: +# - 'Nytorv (Østeraagade / Aalborg)' + diff --git a/include/sensors/sensors.yaml b/include/sensors/sensors.yaml new file mode 100644 index 0000000..43ecae9 --- /dev/null +++ b/include/sensors/sensors.yaml @@ -0,0 +1,22 @@ +#- platform: synology_dsm +# host: !secret synology_ip +# username: !secret synology_username +# password: !secret synology_password +# monitored_conditions: +# - cpu_total_load +# - memory_real_usage +# - network_up +# - volume_percentage_used +# - disk_temp +## -------------------------------------------------- +## Plex +## https://www.home-assistant.io/components/plex/ +## http://richardn.ca/2018/06/28/home-assistant-from-scratch-setting-up-plex/ + +#- platform: plex +# host: !secret plex_ip +# port: 32400 +# username: !secret plex_user +# password: !secret plex_password +# server: !secret plex_server +