Updated to track new Smart Water Meter!

This commit is contained in:
CCOSTAN
2017-01-24 20:12:47 +00:00
parent 72e0d2bd2e
commit 2d2cd86954
4 changed files with 44 additions and 28 deletions

View File

@@ -79,5 +79,13 @@
rgb_led_garage_small:
friendly_name: 'RGB LED Garage Small'
value_template: "{{ 'Online' if is_state('device_tracker.rgb_led_garage_small', 'home') else 'Offline' }}"
smart_water_meter:
friendly_name: 'Smart Water Meter'
value_template: "{{ 'Online' if is_state('device_tracker.smart_water_meter', 'home') else 'Offline' }}"
withings_scale:
friendly_name: 'WiThings Scale'
value_template: "{{ 'Online' if is_state('device_tracker.withings_scale', 'home') else 'Offline' }}"