$argon2id$v=19$m=8192,t=2,p=4$Q3tWMhRbbbkZekea3ZjSRA$2wusnfcrGpKoVrI/nLSxhREIiOxLEW4o
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: thermostat run based on sensor | |
description: Set display helpers based on remote sensor and time of day. the automation will turn run on the interval specified in frequency and turn on the thermostat. | |
domain: automation | |
homeassistant: | |
min_version: 2024.10.0 | |
input: | |
frequency: | |
name: Frequency | |
description: how often to check sensor status? 1, 5 or 10 minues. 1 min should be used for testing purposed with a generic thermostat |
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: thermostat - set helper sensor and temp | |
description: thermostat - set helper sensor and temp | |
domain: automation | |
homeassistant: | |
min_version: 2024.10.0 | |
input: | |
global_section: | |
name: Global Settings | |
icon: mdi:cog |
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
PS1='\[`[ $? = 0 ] && X=2 || X=1; tput setaf $X`\][$(whoami)@\h\[`tput sgr0`\]:$PWD/] $ ' |
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
automation: | |
- alias: clear_mqtt_topic | |
initial_state: 'on' | |
trigger: | |
- platform: state | |
entity_id: | |
- input_text.clear_mqtt_topic | |
condition: | |
- condition: template | |
value_template: "{{ 'homeassistant/sensor/' in states.input_text.clear_mqtt_topic.state }}" |
I hereby claim:
- I am techwithjake on github.
- I am techwithjake (https://keybase.io/techwithjake) on keybase.
- I have a public key ASC3oAt0e5ywu0j76WyBV8c_6Z6xr3s57Gabu7bX0P2bXQo
To claim this, I am signing this object:
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
--- | |
mqtt: | |
# Specify your MQTT Broker's hostname or IP address here | |
host: mqtt://lo.cal.ip.add:1883 | |
# Preface for the topics $PREFACE/$DEVICE_NAME/$PROPERTY | |
preface: smartthings | |
# The write and read suffixes need to be different to be able to differentiate when state comes from SmartThings or whe$ | |
# Suffix for the topics that receive state from SmartThings $PREFACE/$DEVICE_NAME/$PROPERTY/$STATE_READ_SUFFIX |