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