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
blueprint: | |
name: Conversation Agent Agenda to Input Text | |
description: |- | |
# Conversation Agent Agenda to Input Text | |
Conversation agent outputs input text based on the upcoming calendar agenda, location, and weather. Based on [@timmo001](https://github.com/allenporter)''s [Conversation Agent Agenda Notification](https://gist.github.com/timmo001/2af48ef11ff6a2f8286b90528f57e557) Blueprint. | |
## Setup | |
- Create an [input_text](https://www.home-assistant.io/integrations/input_text/) entity with a character limit of at least 200 characters. This will be used to store the output of the conversation agent. For example, `input_text.agenda`. |
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
#!/bin/sh | |
# install : | |
# curl -o installer.sh https://gist.github.com/iNem0o/6346423/raw && chmod +x installer.sh && sudo ./installer.sh | |
sudo apt-get update | |
sudo apt-get --no-install-recommends -y install git cmake libusb-1.0-0-dev libpulse-dev libx11-dev screen qt4-qmake libtool autoconf automake libfftw3-dev | |
mkdir ~/src | |
echo "Installation de rtl_sdr" |