Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing IDs to Presence sensor config #33

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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