Skip to content

Instantly share code, notes, and snippets.

View buzzeddesign's full-sized avatar

Sean Tauber buzzeddesign

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`.
@buzzeddesign
buzzeddesign / prep_upgrade.sh
Created November 12, 2022 19:54
Script for preparing a kujirad node for a new binary version
#!/bin/bash
# Call this as shown to prep sentry node for next kujirad version: ./prep_upgrade.sh v0.7.1
release=$1
kujirad_git_dir=${HOME}/kujira-core
cosmovisor_upgrade_dir=${HOME}/.kujira/cosmovisor/upgrades
echo ${kujirad_git_dir}
cd ${kujirad_git_dir}
echo "//**************** Beginning git pull ***************//"