I wanted to give something back to the community as I absolutely love all the cool projects you share on here.
This is probably my most impressive card.
Here’s how I tell the phases of the moon. If it’s full, an eye grabbing image of a werewolf displays to let me know… be extra careful this evening taking out the bins.
Also, I wanted to make sure this didn’t exist in HA yet so I did a quick search for werewolf and werewolves. Nothing came back.
You’ll need the moon integration below in your config.yaml configuration file.
here’s the card code I use…
type: vertical-stack
cards:
- type: conditional
conditions:
- entity: sensor.moon
state_not: 'State (current: ''full'')'
card:
type: entity
entity: sensor.moon
name: Moon Phases & Werewolf Sensor
theme: clear-dark
- type: conditional
conditions:
- entity: sensor.moon
state: 'State (current: ''full'')'
card:
type: picture-entity
entity: sensor.moon
aspect_ratio: 0%
image: >-
https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fs-media-cache-ak0.pinimg.com%2Foriginals%2F9a%2Fe1%2F22%2F9ae122080187b090b47177987422adbd.jpg&f=1&nofb=1
name: >-
--------------------- ATTENTION: WEREWOLVES ARE OUT
---------------------
show_name: true
show_state: false
this is normally what it looks like…
but if there’s werewolves out it looks like this…
keep your eyes open and stay safe.