Add trackers
This commit is contained in:
parent
ccc01fb727
commit
96a830b850
@ -125,6 +125,8 @@ mqtt_eventstream:
|
||||
- call_service
|
||||
- state_changed
|
||||
|
||||
mobile_app:
|
||||
|
||||
telegram_bot:
|
||||
- platform: broadcast
|
||||
api_key: !secret telegram_bot
|
||||
@ -143,8 +145,6 @@ notify:
|
||||
# - name: android
|
||||
# platform: fcm-android
|
||||
|
||||
device_tracker:
|
||||
|
||||
media_player:
|
||||
- platform: spotify
|
||||
client_id: !secret spotify_client_id
|
||||
@ -164,6 +164,17 @@ remote:
|
||||
|
||||
sun:
|
||||
|
||||
person:
|
||||
- name: Jenny
|
||||
id: jenny
|
||||
- name: Florian
|
||||
id: florian
|
||||
device_trackers:
|
||||
- device_tracker.fb_mobile_bt
|
||||
- device_tracker.mobile_fb
|
||||
|
||||
device_tracker:
|
||||
|
||||
light:
|
||||
- platform: hyperion
|
||||
name: Ambilight
|
||||
|
@ -30,7 +30,8 @@ cards:
|
||||
- type: glance
|
||||
title: Anwesenheit
|
||||
entities:
|
||||
- device_tracker.mobile_fb
|
||||
- person.florian
|
||||
- person.jenny
|
||||
- type: map
|
||||
aspect_ratio: 75%
|
||||
default_zoom: 15
|
||||
|
Loading…
Reference in New Issue
Block a user