eventsensor icon indicating copy to clipboard operation
eventsensor copied to clipboard

HomeAssistant custom sensor to track specific events

Results 10 eventsensor issues
Sort by recently updated
recently updated
newest added

First of all, thanks for the Integration. This replaced most of my nodered flows. The only problem I have right now is that all states of the event are used....

Heyo, first of all thanks for your great integration. Currently I am using your event sensor for getting steps from my mi band ``` event_type: android.intent_received data: value: "10153" intent:...

Hi, how can I find out the correct mapping for my hue smart button? { "event_type": "zha_event", "data": { "device_ieee": "zzz", "unique_id": "yyy", "device_id": "xxx", "endpoint_id": 1, "cluster_id": 6, "command":...

hi , thx for all . event sensor is very useful for me . my listening event is : { "event_type": "zwave_js_notification", "data": { "domain": "zwave_js", "node_id": 17, "home_id": 3752703225,...

So Smartthings buttons have the same issue as Hue Dimmers its just an event 3 states available : pushed , double , held Pushed example: `{ "event_type": "smartthings.button", "data": {...

I updated to the latest HA and OS and also updated eventsensor. However, I cannot figure out how to get my hue dimmer switches to work. When I go to...

I am trying to create event sensors for homematic.keypress events. My problem is that I alway have PRESS_SHORT in my state. So that I cannot see if this entity has...

I'm trying to use this to track EnOcean button state, which has a list as the identifying value. The obvious choices for event filter "id: 254, 237, 171, 245" and...

HomeAssistantType was used from eventsensor, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'eventsensor'...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.3) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0)