- update
- uptime
+######################################################################
+# Sensor: Shelly 11
+######################################################################
+
+- platform: rest
+ scan_interval: 43200
+ resource: http://shelly11.giorgioravera.it/status
+ method: GET
+ name: shelly11_status
+ #value_template: '{{ value_json.has_update }}'
+ value_template: >-
+ {% if value_json.has_update == True %}
+ on
+ {% else %}
+ off
+ {% endif %}
+ authentication: basic
+ username: !secret shelly_user
+ password: !secret shelly_password
+ json_attributes:
+ # - wifi_sta
+ # - mqtt
+ # - time
+ # - has_update
+ - mac
+ - update
+ - uptime
+
######################################################################
# Sensor: Shelly Bulb
######################################################################