Andrew Berry

Results 82 issues of Andrew Berry

We're patching core in a separate repository instead of using composer patches. However, this breaks downloading the scaffold files, as the package version is used directly instead of any aliases....

**Device model, version and app version** Model Name: MacBook Pro (16-inch, 2019) macOS Version: 12.1 App Version: 2021.345 Safari Version: 15.2 **Home Assistant Core Version** 2021.12.10 **Describe the bug** When...

bug
mac

**Device model, version and app version** Model Name: MacBook Pro (16-inch, 2019) macOS Version: 12.2 App Version: 2021.345 Safari Version: 15.3 **Home Assistant Core Version** 2021.12.10 **Describe the bug** The...

bug
mac

**Device model, version and app version** Model Name: MacBook Pro (16-inch, 2019) macOS Version: 12.1 App Version: 2021.322 Safari Version: 15.2 **Home Assistant Core Version** 2021.12.9 **Describe the bug** I...

bug
mac

An easy mistake to make (and an easy one to miss in code review) is to accidentally use a single `&` or `|` inside of an if or other conditional....

`rtl_433` exits if a device fails. For example, a remote `rtl_tcp` device could be restarting, or a USB radio could have been unplugged. HA's supervisor has changed so that if...

enhancement

Setting expire_after would allow for devices to be marked unavailable if they do not send a signal after a certain period of time: https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_mqtt_hass.py#L747-L749 We should expose this option in...

enhancement

Following up from https://community.home-assistant.io/t/home-assistant-add-on-rtl-433-with-mqtt-auto-discovery/260665/224?u=deviantintegral, we should document that the example config shipped upstream will not work out of the box.

documentation

When building the container: - Build the current tag as we currently do. - Also, build a copy based on master. - Expose an addon configuration option with a set...

This line is no longer correct with the advent of automatically injecting addon credentials: https://github.com/pbkhrv/rtl_433-hass-addons/blob/a698bb7e676f8c46fc147cd257ba22f6f9495861/rtl_433/README.md?plain=1#L53

documentation