Skip to content

Conversation

@ibddot
Copy link

@ibddot ibddot commented Jan 10, 2024

Add missing ID's so that the sensors can be extended.

Sensors update a lot more often than I want to see in Home Assistant and this is an example of how it would be useful to extend them to slow down the updates when changes are very small.

sensor:
  - id: !extend "light_sensor"
    filters:
      - or:
        - throttle: 10min
        - delta: 3.0
  - id: !extend "uptime_sensor"
    update_interval: 60min
  - id: !extend "wifi_signal_sensor"
    filters:
      - or:
        - throttle: 60min
        - delta: 3.0

Add ID's to entities to allow ESPHome yaml to edit properties.
Change id names to avoid conflicts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant