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

Make triggers and condition for monetary sensor consistent #131184

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Nov 21, 2024

  1. Make triggers and condition for monetary sensor consistent

    Since March 2023 the sensor type 'monetary' has the friendly name "Balance" (in the sense of an account balance).
    
    The corresponding trigger and condition strings, however, were not matched and called "money" instead. This is not only inconsistent, it also does not make any sense to say
    
        When {entity_name} money changes
    
    or
    
        Current {entity_name} money
    
    Both make sense with "balance" only.
    NoRi2909 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4512769 View commit details
    Browse the repository at this point in the history