Skip to content

Instantly share code, notes, and snippets.

View lennon101's full-sized avatar

dlenno89 lennon101

  • Townsville
View GitHub Profile
@lennon101
lennon101 / card.yaml
Created April 16, 2024 04:45
Mushroom Template Card Example 🍄
type: custom:mushroom-template-card
layout: vertical
primary: Home
icon_color: |-
{% if is_state('input_boolean.away_mode', 'off') %}
green
{% else %}
red
{% endif %}
fill_container: true
@lennon101
lennon101 / area_cards.yaml
Last active March 11, 2024 06:21
Home Assistant Area Card using template mushroom cards
type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: ''
alignment: center
subtitle: ROOMS
- square: false
type: grid
columns: 2
cards:
@lennon101
lennon101 / Wind speed and direction compass card with satellite image.md
Last active March 11, 2024 06:06
Home Asssistant wind sensor card with wind vane and satellite view

image

Steps

  1. Take a screenshot of the satellite view of your house (or location of the weather station) and save to the following directory of your HA config: `config/www/'
  2. replace <file.jpg> in the config below with the name of your image
  3. You'll need to install the compass-card
  4. win :)