This file contains hidden or 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
# simple notification test | |
notify.mobile_app_kiril_s_iphone | |
message: subscribe | |
# click to open url | |
title: "Open my website" | |
message: "URL" | |
data: | |
url: https://peyanski.com |
This file contains hidden or 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
# Example configuration.yaml entry | |
sensor: | |
- platform: history_stats | |
name: "Vacation Kitchen" | |
entity_id: light.kitchen_lights | |
state: "on" | |
type: count | |
start: > | |
{{ as_timestamp(now()) - 86400 }} | |
duration: 00:00:10 |
This file contains hidden or 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
[{"id":"3aee1658.9f0a2a","type":"tab","label":"Reolink RLC-410W","disabled":false,"info":""},{"id":"2f427302.6f1b1c","type":"exec","z":"3aee1658.9f0a2a","command":"ffmpeg -f rtsp -i \"rtsp://Peyanski:[email protected]:554/h264Preview_01_sub\" -f image2pipe pipe:1","addpay":false,"append":"","useSpawn":"true","timer":"","oldrc":false,"name":"Decode RTSP stream","x":460,"y":240,"wires":[["23d42938.91700e","42fafaf8.471e7c"],["4291a98f.e2a"],["6e6221a1.c0833"]]},{"id":"a8534cb7.cc6f8","type":"inject","z":"3aee1658.9f0a2a","name":"Start stream","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":190,"y":240,"wires":[["2f427302.6f1b1c"]]},{"id":"62f92469.c564d4","type":"inject","z":"3aee1658.9f0a2a","name":"Pause all streams","topic":"","payload":"SIGSTOP","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":200,"y":280,"wires":[["758e8de0.2d707c"]]},{"id":"8e51885f.5e1a78","type":"inject","z":"3aee1658.9f0a2a","name":"Resume all st |
This file contains hidden or 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
[ | |
{ | |
"id": "15497425.87c8f4", | |
"type": "tab", | |
"label": "Shelly Door", | |
"disabled": false, | |
"info": "" | |
}, | |
{ | |
"id": "57915752.82daf8", |
This file contains hidden or 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
{ | |
"entity_id": "media_player.CHANGE_ME_TO_YOUR_DEVICE", | |
"media_content_id": "amzn_sfx_doorbell_chime_01", | |
"media_content_type": "sound" | |
} |
This file contains hidden or 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
{ | |
"entity_id": "media_player.CHANGE_ME_TO_YOUR_DEVICE", | |
"media_content_id": "Alexa.Joke.Play", | |
"media_content_type": "sequence" | |
} |
This file contains hidden or 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
{ | |
"message":"<amazon:effect name='whispered'>I am whispering this.</amazon:effect>", | |
"data":{"type":"announce", "method":"speak"}, | |
"target":["media_player.CHANGE_ME_TO_YOUR_DEVICE"] | |
} |
This file contains hidden or 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
message: Hello dear friends from YouTube!, | |
data: | |
type: tts | |
target: media_player.CHANGE_ME_TO_YOUR_DEVICE |
This file contains hidden or 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
{ | |
"__inputs": [ | |
{ | |
"name": "DS_HOMEASSISTANT", | |
"label": "homeassistant", | |
"description": "", | |
"type": "datasource", | |
"pluginId": "influxdb", | |
"pluginName": "InfluxDB" | |
}, |
This file contains hidden or 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
[{"id":"9cf79844.811da8","type":"tab","label":"InfluxDB","disabled":false,"info":""},{"id":"fa7003.cd5af","type":"influxdb out","z":"9cf79844.811da8","influxdb":"47a44304.44396c","name":"","measurement":"test","precision":"","retentionPolicy":"","x":730,"y":240,"wires":[]},{"id":"359eb20b.7b519e","type":"function","z":"9cf79844.811da8","name":"single value","func":"msg.payload = Math.random()*10;\nreturn msg;","outputs":1,"noerr":0,"x":417,"y":248,"wires":[["fa7003.cd5af","22509df2.cebb8a"]]},{"id":"3795af09.c58158","type":"inject","z":"9cf79844.811da8","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":273,"y":223,"wires":[["359eb20b.7b519e"]]},{"id":"22509df2.cebb8a","type":"debug","z":"9cf79844.811da8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":570,"y":100,"wires":[]},{"id":"dd6779af.77dfe","type":"mqtt in","z":"9cf79844.811da8","name":"Temp 2nd Floor","topic":"tele/D1-2/SENSOR","qos":"1" |