We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
battery_level_warning: friendly_name: 'Front Sensor Battery Level Warning' value_template: > {% if states('sensor.aeotec_zw100_multisensor_6_battery_level_5_0') | float < 10 or states('sensor.aeotec_zw120_door_window_sensor_gen5_battery_level_8_0') | float < 10 or states('sensor.aeotec_zw120_door_window_sensor_gen5_battery_level_9_0') | float < 10 %} Replace {% elif states('sensor.aeotec_zw100_multisensor_6_battery_level_5_0') | float < 25 or states('sensor.aeotec_zw120_door_window_sensor_gen5_battery_level_8_0') | float < 25 or states('sensor.aeotec_zw120_door_window_sensor_gen5_battery_level_9_0') | float < 25 %} Low {% else %} Good {% endif %}
The text was updated successfully, but these errors were encountered:
- alias: Battery level low trigger: platform: state entity_id: sensor.battery_level_warning state: 'Low' action: - service: tts.google_say entity_id: media_player.office_google_home data: message: 'Sensor battery low.' - service: notify.nexus5x data: title: 'Sensor battery low' message: 'Sensor battery low.' - alias: Replace battery trigger: platform: state entity_id: sensor.battery_level_warning state: 'Replace' action: - service: tts.google_say entity_id: media_player.office_google_home data: message: 'Replace sensor battery.' - service: notify.nexus5x data: title: 'Replace sensor battery' message: 'Replace sensor battery.'
Sorry, something went wrong.
fix motion sensor battery templates Re: #104
ca8d53f
No branches or pull requests
The text was updated successfully, but these errors were encountered: