Skip to content

Instantly share code, notes, and snippets.

View bachya's full-sized avatar

Aaron Bach bachya

View GitHub Profile
@bachya
bachya / Hazel-based PDF Scraper
Last active August 5, 2018 01:46
A method to scrape PDFs for certain text (via Hazel) and save the results to a text file
Aaron was here!
Aaron says hi!
"""
File: denvertrash.py
Author: Aaron Bach
Email: [email protected]
"""
import datetime
import logging
import os
"""
File: denvertrash.py
Author: Aaron Bach
Email: [email protected]
"""
import asyncio
import datetime
import logging
"""Provides data for trash/recycling/etc. pickups."""
from logging import getLogger
from datetime import timedelta
from math import ceil
import voluptuous as vol
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt
from homeassistant.components.sensor import PLATFORM_SCHEMA
@bachya
bachya / in-bed.yaml
Created October 15, 2017 16:28
A HomeAssistant Bayesian sensor for whether we’re in bed
binary_sensor:
- platform: 'bayesian'
name: In Bed
prior: 0.29
probability_threshold: 0.95
observations:
- entity_id: 'input_boolean.in_blackout'
prob_given_true: 0.9
platform: 'state'
to_state: 'on'
@bachya
bachya / log.txt
Created October 19, 2017 15:58
Vacuum Log
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.loader] Loaded history from homeassistant.components.history
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.loader] Loaded http from homeassistant.components.http
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.loader] Loaded api from homeassistant.components.api
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logger, service=set_level>
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.4 seconds.
2017-10-19 09:52:42 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: c
- platform: denvertrash
recollect_place_id: xxxxxxxxxxx
monitored_conditions:
- extra_trash
- recycling
- trash
@bachya
bachya / config.yaml
Created February 18, 2018 20:53
AppDaemon-based TTS System
living_room_tv:
module: harmony
class: HarmonyRemote
entity: remote.samsung_tv
activities:
play_ps4: 27901089
watch_roku: 39586383
watch_tv: 27901129
sonos_manager:
module: sonos
Location ID: 123456
System version: 2
System state: home
Alarming: False
Temperature: 65
Sensors:
My Keychain
Type: keychain
Serial: ABC12
Data: 0
@bachya
bachya / configuration.yaml
Created August 20, 2018 16:05
Home Assistant as a Service
---
homeassistant:
elevation: !secret base_elevation
latitude: !secret base_latitude
longitude: !secret base_longitude
name: !secret base_name
temperature_unit: F
time_zone: !secret base_time_zone
unit_system: imperial
whitelist_external_dirs: