},
{
"title": "Shelly",
- "type": "sidebar",
"layout": {
"grid-template-columns": "auto auto auto",
"grid-template-rows": "auto",
"type": "entities",
"entities": [
{
- "entity": "sensor.shelly1"
+ "entity": "binary_sensor.tapparella_sala_overheating"
},
{
- "entity": "sensor.shelly2"
+ "entity": "binary_sensor.luce_sala_overheating"
},
{
- "entity": "sensor.shelly3"
+ "entity": "binary_sensor.luci_bagno_overheating"
},
{
- "entity": "sensor.shelly4"
+ "entity": "binary_sensor.luce_camera_overheating"
+ }
+ ],
+ "title": "Surriscaldamento"
+ },
+ {
+ "type": "entities",
+ "entities": [
+ {
+ "entity": "binary_sensor.tapparella_cucina_firmware_update"
},
{
- "entity": "sensor.shelly5"
+ "entity": "binary_sensor.tapparella_sala_firmware_update"
},
{
- "entity": "sensor.shelly6"
+ "entity": "binary_sensor.tapparella_studio_firmware_update"
},
{
- "entity": "sensor.shelly7"
+ "entity": "binary_sensor.tapparella_camera_firmware_update"
},
{
- "entity": "sensor.shelly8"
+ "entity": "binary_sensor.luce_corridoio_firmware_update"
},
{
- "entity": "sensor.shelly9"
+ "entity": "binary_sensor.luce_cucina_firmware_update"
},
{
- "entity": "sensor.shelly10"
+ "entity": "binary_sensor.luce_sala_firmware_update"
},
{
- "entity": "sensor.shelly11"
+ "entity": "binary_sensor.luci_bagno_firmware_update"
},
{
- "entity": "sensor.shellyem"
+ "entity": "binary_sensor.luce_studio_firmware_update"
+ },
+ {
+ "entity": "binary_sensor.luce_camera_firmware_update"
+ },
+ {
+ "entity": "binary_sensor.luce_balcone_firmware_update"
+ },
+ {
+ "entity": "binary_sensor.shelly_em_firmware_update"
}
],
- "title": "Aggiornamenti Disponibili",
- "view_layout": {
- "position": "sidebar"
- }
+ "title": "Disponibilit\u00e0 Aggiornamenti"
+ },
+ {
+ "type": "entities",
+ "entities": [
+ {
+ "entity": "binary_sensor.luce_sala_overpowering"
+ },
+ {
+ "entity": "binary_sensor.luce_bagno_overpowering"
+ },
+ {
+ "entity": "binary_sensor.luce_specchio_overpowering"
+ },
+ {
+ "entity": "binary_sensor.luce_camera_overpowering"
+ },
+ {
+ "entity": "binary_sensor.shelly_em_overpowering"
+ }
+ ],
+ "title": "Sovraccarico"
}
]
}
+++ /dev/null
-######################################################################
-# Shelly Package - Sensor
-######################################################################
-
-sensor:
- ######################################################################
- # Sensor: Shelly 1
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly1.giorgioravera.it/status
- method: GET
- name: shelly1
- #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 2
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly2.giorgioravera.it/status
- method: GET
- name: shelly2
- #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 3
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly3.giorgioravera.it/status
- method: GET
- name: shelly3
- #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 4
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly4.giorgioravera.it/status
- method: GET
- name: shelly4
- #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 5
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly5.giorgioravera.it/status
- method: GET
- name: shelly5
- #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 6
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly6.giorgioravera.it/status
- method: GET
- name: shelly6
- #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 7
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly7.giorgioravera.it/status
- method: GET
- name: shelly7
- #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 8
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly8.giorgioravera.it/status
- method: GET
- name: shelly8
- #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 9
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly9.giorgioravera.it/status
- method: GET
- name: shelly9
- #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 10
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly10.giorgioravera.it/status
- method: GET
- name: shelly10
- #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 11
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shelly11.giorgioravera.it/status
- method: GET
- name: shelly11
- #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
- ######################################################################
- #- platform: rest
- # scan_interval: 43200
- # resource: http://shellybulb.giorgioravera.it/status
- # method: GET
- # name: shellybulb
- # #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 EM
- ######################################################################
- - platform: rest
- scan_interval: 43200
- resource: http://shellyem.giorgioravera.it/status
- method: GET
- name: shellyem
- #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 Plug S
- ######################################################################
- #- platform: rest
- # scan_interval: 43200
- # resource: http://shellyplugs.giorgioravera.it/status
- # method: GET
- # name: shellyplugs
- # #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