Created
October 24, 2024 08:26
-
-
Save raditotev/525d9d1b8446cf140f1c6bbd6cbecb9f to your computer and use it in GitHub Desktop.
HA barometer gauge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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