Skip to content

Instantly share code, notes, and snippets.

@raditotev
Created October 24, 2024 08:26
Show Gist options
  • Save raditotev/525d9d1b8446cf140f1c6bbd6cbecb9f to your computer and use it in GitHub Desktop.
Save raditotev/525d9d1b8446cf140f1c6bbd6cbecb9f to your computer and use it in GitHub Desktop.
HA barometer gauge
type: gauge
entity: sensor.mcu5_pressure
needle: true
min: 975
max: 1045
segments:
- from: 975
color: "#db4437"
label: Rain
- from: 995
color: "#ffa600"
label: Changing
- from: 1025
color: "#43a047"
label: Sunny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment