Skip to content

Instantly share code, notes, and snippets.

View HummelsTech's full-sized avatar

HummelsTech HummelsTech

  • Dordrecht, The Netherlands
View GitHub Profile
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`.
@iNem0o
iNem0o / rtl_sdr, multimon-ng and kalibrate-rtl RPi Installer
Last active August 2, 2022 19:46
Installer script for rtl_sdr, multimon-ng and kalibrate-rtl on raspberry pi  
#!/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"