This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CARD 1 - Current Presence | |
# The first card that shows you what state and what room a given device is in | |
type: glance | |
entities: | |
- entity: device_tracker.marks_apple_watch_tracker | |
- entity: sensor.marks_apple_watch_room_presence | |
title: Current Presence | |
# CARD 2 - Occupancy Card |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Standard TTS notification | |
service: notify.alexa_media_kitchen_echo | |
data: | |
message: this is a test | |
data: | |
type: tts | |
# Sequence Notification | |
service: media_player.play_media | |
data: |
NewerOlder