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: |
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
# Dont forget to Subscribe to Mark Watt Tech! | |
# Example configuration.yaml entry | |
notify: | |
- platform: nfandroidtv | |
name: yourDeviceName | |
host: 192.168.1.12 | |
# Simple notification | |
duration: 10 |
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
#Dev Tool | |
service: notify.alexa_media | |
data: | |
message: "<audio src='https://yourPublicURL.ui.nabu.casa/local/mp3/potato.mp3'/>" | |
target: media_player.downstairs_echo | |
data: | |
type: tts | |
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
service: notify.alexa_media_downstairs_echo | |
data: | |
message: >- | |
Home Assistants Pi is currently running at {{states('sensor.processor_temperature') }} degrees | |
data: | |
type: tts | |
target: alexa_media_downstairs_echo |
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
######### Mini Graph ########## | |
type: 'custom:mini-graph-card' | |
entities: | |
- sensor.processor_use_percent | |
line_color: blue | |
line_width: 8 | |
name: Processor Usage | |
font_size: 75 | |
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
Thanks for checking out my tutorial! | |
Dont forget to drop the video a like and hit that subscribe button for more! | |
==================================================================================== | |
INPUT TEXT (Add it to your config.yaml or wherever you store input text) | |
=================================================================================== | |
input_text: | |
alexa_actionable_notification: | |
name: Alexa Actionable Notification Holder |
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
## Taking the image | |
service: camera.snapshot | |
target: | |
entity_id: camera.e1_zoom | |
data: | |
filename: /config/tmp/camera.png | |
## TV Notification |
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
# IF YOU MAKE USE OF THIS DOCUMENT, | |
# Let me know in the comments of my video. That way I will know if it's worthwhile putting this together. | |
# Cheers, Mark | |
# SIMPLE VACUUM CARD | |
type: custom:vacuum-card | |
entity: vacuum.your_vacuum | |
image: default | |
compact_view: false | |
show_name: true |
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
Moved Commands to GIST as YouTube is shortening some of them. | |
3) sudo apt install autoconf automake build-essential pkgconf libtool git libzip-dev libjpeg-dev gettext libmicrohttpd-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev default-libmysqlclient-dev libpq-dev libsqlite3-dev libwebp-dev | |
4) sudo wget https://github.com/Motion-Project/motion/releases/download/release-4.3.1/pi_buster_motion_4.3.1-1_armhf.deb | |
Video at : https://youtu.be/QH8fRGRofv4 |
OlderNewer