Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View andycb's full-sized avatar
👋

Andy Bradford andycb

👋
View GitHub Profile
@andycb
andycb / clockTimer.yaml
Created October 22, 2023 08:17
Home Assistant Clock Timer Sentence Script
alias: Clock Timer
trigger:
- platform: conversation
command:
- create [a] timer [for] {minutes} minute[s] and {seconds} second[s]
- create [a] timer [for] {seconds} second[s]
- create [a] timer [for] {minutes} minute[s]
condition: []
action:
- variables:
@andycb
andycb / CoffeeDash.yaml
Last active November 23, 2021 17:14
Home Assistant Coffee
type: vertical-stack
cards:
- type: vertical-stack
cards:
- type: entity
entity: sensor.coffeemaker_c10a29_brew_state
name: Status
- type: button
tap_action:
action: call-service
@andycb
andycb / automations.yaml
Created July 4, 2021 17:38
Smart Bathroom Fan Automations
- id: '1624122675344'
alias: Bathroom Humidity Rising
description: ''
trigger:
- platform: state
entity_id: binary_sensor.bathroom_humity_rising
to: 'on'
from: 'off'
condition: []
action:
@andycb
andycb / SmartHeating.ino
Last active January 31, 2020 22:30
Arduino Sketch Used In My Smart Heating
#include "config.h"
#include <Stepper.h>
#include "AdafruitIO_WiFi.h"
#define IO_USERNAME ""
#define IO_KEY ""
#define WIFI_SSID ""
#define WIFI_PASS ""