Jordan Zucker
Jordan Zucker
If while updating an alert, the alert is updated but no values are actually changed, a 204 status code is returned but the object returned by the `update_alert` function returns...
**Describe the problem you have/What new integration you would like** I would like to have just a few more labels in the prometheus metrics, like `device` and `area` so we...
Not quite sure what's going on yet. I set this up on both Raspberry Pi 4 and 5 instances, more than 1 of each. But all the RPi 5 boxes...
## Proposed change I was initially inspired by a closed pull request here: https://github.com/home-assistant/core/pull/85553 to add some more labels but this pivoted into solely focusing on refactoring the prometheus integration...
# What does this implement/fix? This is specifically the Vornado Transom Air Circulator https://www.vornado.com/shop/circulators-fans/window/transom-window-air-circulator I got 3 of these and the remote is the same for all 3. ## Types...
Hi! Found this a few years back now and love it. Use it every day. However, I just recently tried updating to the newest [prometheus v3.5.0](https://github.com/prometheus/prometheus/releases/tag/v3.5.0) released today and I...
# What does this implement/fix? Adding prometheus metrics for: * datetime * date * time Example: ``` #TYPE esphome_date_value gauge #TYPE esphome_date_failed gauge esphome_date_failed{id="date",area="Dev",node="devidfprometheus",name="Date"} 0 esphome_date_value{id="date",area="Dev",node="devidfprometheus",name="Date"} 946800000.000000 #TYPE esphome_time_value gauge...
# What does this implement/fix? ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...
## Description: **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** - esphome/esphome#7688 ## Checklist: - [x] I am merging into `next` because this is...