Tomer

Results 7 issues of Tomer

## Context Manual alarm has a limitation that the delay time - the time between sensor is activated to alarm triggered cannot be configured differently for different sensors. The limitation...

**Preface:** Alarmo is the best HA integration I know of. I've been using it for years, and it just keeps working and improving. Amazing work!! **Idea**: When examining the HA...

feature_request

publish_P used to call strlen to calculate the payload length. This will not work on real PROGMEM memory. The solution is to call strlen_P which will calculate the string length...

The actual pin in the unit is 3-3-2 pins (from the top): ![image](https://github.com/user-attachments/assets/f36c4cb9-ef71-45a3-8cfc-125a79b6f4b1) Here is a drawing I found which show them better. Each row has all the pins in...

# What does this implement/fix? 1. Improve manufacturer data tracing to identify BLE devices a bit easier. Now includes the Manufacturer ID. 2. Fix the tracing of the iBeacon to...

integration: ble_presence
integration: esp32_ble_tracker
small-pr
integration: esp32_ble

## Description: Update ble_presence.rst to include information about Manufacturer ID official list. This will make it easier to find the device you are looking for. **Related issue (if applicable):** fixes...

has-parent
next

Just raising awareness here for what got discovered in the integration work done on the @thecode branch: https://github.com/thecode/ha-rpi_gpio/pull/281#issuecomment-2395018229 ``` entity.is_on = True if value ^ active_low else False ``` will...