Skip to content

Instantly share code, notes, and snippets.

@bassicrob
bassicrob / beer.yaml
Last active March 8, 2022 09:28
HA Lovelace Conditional Card
card:
cards:
- entities:
- entity: sensor.beer_name
- entity: sensor.current_abv
icon: 'mdi:percent'
- entity: sensor.current_attenuation
icon: 'mdi:percent'
show_header_toggle: false
title: Beer Stats
@bassicrob
bassicrob / beer-HA-NRflow.js
Last active March 8, 2022 09:28
HA Node Red Flow
[
{
"id": "43f03a36.8fbb04",
"type": "tab",
"label": "Beer Stats",
"disabled": false,
"info": "This node copied from:\nhttps://gist.github.com/bassicrob/19b6a16bba2bac1961b2bbc22d380d71\n\nSee my other gists for TiltPi flow to publish the required data to MQTT, and Lovelace card view.\n\nCheers!!"
},
{
"id": "a4a624df.14dbc8",
@bassicrob
bassicrob / configuration.yaml
Last active March 8, 2022 09:28
HA Sensors for Tilt Integration
#### BEER ###########
- platform: mqtt
name: "Beer Fermentation Temperature"
state_topic: "beer/Temp/"
unit_of_measurement: "°F"
- platform: mqtt
name: "Beer Specific Gravity"
state_topic: "beer/SG/"
unit_of_measurement: "SG"
- platform: mqtt