Cody Cutrer

Results 83 issues of Cody Cutrer

Also moves JSON attributes channel to AbstractComponent, since _every_ component supports it now (so this commit adds it to the final few components that didn't have it). And renames the...

Home Assistant dropped it in 2024.2. See https://github.com/home-assistant/core/pull/107274

bug

See also #14211. Back in the original implementation of the HomeKit add-on, essentially only Lighting (called Lightbulb at the time), Switchable (called Switch at the time) and possibly Fan were...

enhancement

But only if ALL devices in the group support the cluster. It's highly dependent on individual devices if they will support read/write/command for custom clusters. In my testing, my Inovelli...

### Describe the problem you are having In this screenshot, the camera in the third row and the third column is portrait. It's properly sizing it as maximum double-row height....

bug
pinned

## Description: **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** - esphome/esphome#8514 ## Checklist: - [x] I am merging into `next` because this is new documentation that has a...

has-parent
next

The base MQTT Broker Binding that all sub-bindings depend on is still excluded from the final feature repository since there's not much point installing it on its own. I did...

This leads to several behavior changes due to either behavior no longer supported in Home Assistant, Home Assistant doing tighter validation, or the Home Assistant config parsing filling in default...

bug
awaiting other PR

The code has an object for `GenericEventTrigger`, but no easy way to use it from the trigger builder. Some addons add new event types, so being able to create triggers...

enhancement