{
  "title": "temp and rh",
  "image": null,
  "mobileHide": false,
  "mobileOrder": null,
  "configuration": {
    "description": "",
    "widgets": {
      "e4a70fe0-8aae-790b-86ce-42e4484ea4cc": {
        "typeFullFqn": "system.indoor_temperature_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 3.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "4c6634b0-4d7e-11f0-8baa-c9d27140f93d",
              "dataKeys": [
                {
                  "name": "temp",
                  "type": "timeseries",
                  "label": "temp",
                  "color": "rgba(0, 0, 0, 0.87)",
                  "settings": {},
                  "_hash": 0.1224260516929706,
                  "units": "°C",
                  "decimals": 0
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "temp",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "#4caf50",
                  "settings": {
                    "position": "center",
                    "font": {
                      "size": 52,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "1"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.87)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": null,
                            "to": 18,
                            "color": "#234CC7"
                          },
                          {
                            "from": 18,
                            "to": 24,
                            "color": "#3FA71A"
                          },
                          {
                            "from": 24,
                            "to": null,
                            "color": "#D81838"
                          }
                        ]
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.1967273722633568,
                  "units": "°C",
                  "decimals": 0,
                  "aggregationType": "NONE"
                },
                {
                  "name": "temp",
                  "type": "timeseries",
                  "label": "Delta percent",
                  "color": "#f44336",
                  "settings": {
                    "position": "rightTop",
                    "font": {
                      "size": 14,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "20px"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.38)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": null,
                            "to": 0,
                            "color": "#198038"
                          },
                          {
                            "from": 0,
                            "to": 0,
                            "color": "rgba(0, 0, 0, 0.87)"
                          },
                          {
                            "from": 0,
                            "to": null,
                            "color": "#D12730"
                          }
                        ]
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": true
                  },
                  "_hash": 0.5732861364526002,
                  "units": "%",
                  "decimals": 0,
                  "aggregationType": "AVG",
                  "comparisonEnabled": true,
                  "timeForComparison": "previousInterval",
                  "comparisonResultType": "DELTA_PERCENT"
                },
                {
                  "name": "temp",
                  "type": "timeseries",
                  "label": "Delta absolute",
                  "color": "#ffc107",
                  "settings": {
                    "position": "rightBottom",
                    "font": {
                      "size": 11,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "400",
                      "style": "normal",
                      "lineHeight": "16px"
                    },
                    "color": {
                      "type": "constant",
                      "color": "rgba(0, 0, 0, 0.38)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": []
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.9048304889528266,
                  "units": "°C",
                  "decimals": 1,
                  "aggregationType": "AVG",
                  "comparisonEnabled": true,
                  "timeForComparison": "previousInterval",
                  "comparisonResultType": "DELTA_ABSOLUTE"
                }
              ]
            }
          ],
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 1,
            "realtime": {
              "realtimeType": 0,
              "interval": 1000,
              "timewindowMs": 60000,
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideQuickInterval": false
            },
            "history": {
              "historyType": 2,
              "interval": 600000,
              "timewindowMs": 60000,
              "fixedTimewindow": null,
              "quickInterval": "CURRENT_HOUR",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideFixedInterval": false,
              "hideQuickInterval": false
            },
            "aggregation": {
              "type": "AVG",
              "limit": 5000
            },
            "timezone": null
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "stack": false,
            "fontSize": 10,
            "fontColor": "#545454",
            "showTooltip": true,
            "tooltipIndividual": false,
            "tooltipCumulative": false,
            "hideZeros": false,
            "grid": {
              "verticalLines": true,
              "horizontalLines": true,
              "outlineWidth": 1,
              "color": "#545454",
              "backgroundColor": null,
              "tickColor": "#DDDDDD"
            },
            "xaxis": {
              "title": null,
              "showLabels": true,
              "color": "#545454"
            },
            "yaxis": {
              "min": null,
              "max": null,
              "title": null,
              "showLabels": true,
              "color": "#545454",
              "tickSize": null,
              "tickDecimals": 0,
              "ticksFormatter": ""
            },
            "shadowSize": 4,
            "smoothLines": false,
            "comparisonEnabled": false,
            "xaxisSecond": {
              "axisPosition": "top",
              "title": null,
              "showLabels": true
            },
            "showLegend": true,
            "legendConfig": {
              "direction": "column",
              "position": "bottom",
              "sortDataKeys": false,
              "showMin": false,
              "showMax": false,
              "showAvg": true,
              "showTotal": false,
              "showLatest": false
            },
            "customLegendEnabled": false,
            "showSubtitle": true,
            "subtitle": "${entityName}",
            "subtitleFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "subtitleColor": "rgba(0, 0, 0, 0.38)",
            "showDate": true,
            "dateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "dateFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "dateColor": "rgba(0, 0, 0, 0.38)",
            "showChart": true,
            "chartColor": "rgba(0, 0, 0, 0.87)",
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "autoScale": true,
            "padding": "18px"
          },
          "title": "Temperature",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "device_thermostat",
          "iconColor": "rgba(0, 0, 0, 0.87)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "24px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": false,
          "displayTimewindow": true,
          "decimals": 0,
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "24px",
            "icon": null,
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": false
          },
          "titleColor": "rgba(0, 0, 0, 0.87)",
          "borderRadius": null,
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "e4a70fe0-8aae-790b-86ce-42e4484ea4cc"
      },
      "a764e1de-456a-0ec3-e96e-3e0e84ac0504": {
        "typeFullFqn": "system.indoor_humidity_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 3.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "4c6634b0-4d7e-11f0-8baa-c9d27140f93d",
              "dataKeys": [
                {
                  "name": "rh",
                  "type": "timeseries",
                  "label": "Humidity",
                  "color": "rgba(0, 0, 0, 0.87)",
                  "settings": {},
                  "_hash": 0.3007804865508974,
                  "units": "%",
                  "decimals": 0,
                  "aggregationType": null,
                  "funcBody": null,
                  "usePostProcessing": null,
                  "postFuncBody": null
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "rh",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "#4caf50",
                  "settings": {
                    "position": "center",
                    "font": {
                      "size": 52,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "1"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.87)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": null,
                            "to": 30,
                            "color": "#FFA600"
                          },
                          {
                            "from": 30,
                            "to": 60,
                            "color": "#3FA71A"
                          },
                          {
                            "from": 60,
                            "to": null,
                            "color": "#D81838"
                          }
                        ]
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.8523714013961627,
                  "units": "%",
                  "decimals": 0,
                  "aggregationType": "NONE"
                },
                {
                  "name": "rh",
                  "type": "timeseries",
                  "label": "Delta percent",
                  "color": "#f44336",
                  "settings": {
                    "position": "rightTop",
                    "font": {
                      "size": 14,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "20px"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.38)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": null,
                            "to": 0,
                            "color": "#198038"
                          },
                          {
                            "from": 0,
                            "to": 0,
                            "color": "rgba(0, 0, 0, 0.87)"
                          },
                          {
                            "from": 0,
                            "to": null,
                            "color": "#D12730"
                          }
                        ]
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": true
                  },
                  "_hash": 0.015514920091748707,
                  "units": "%",
                  "decimals": 0,
                  "aggregationType": "AVG",
                  "comparisonEnabled": true,
                  "timeForComparison": "previousInterval",
                  "comparisonResultType": "DELTA_PERCENT"
                },
                {
                  "name": "rh",
                  "type": "timeseries",
                  "label": "Delta absolute",
                  "color": "#ffc107",
                  "settings": {
                    "position": "rightBottom",
                    "font": {
                      "size": 11,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "400",
                      "style": "normal",
                      "lineHeight": "16px"
                    },
                    "color": {
                      "type": "constant",
                      "color": "rgba(0, 0, 0, 0.38)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": []
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.6569995218828253,
                  "units": "%",
                  "decimals": 1,
                  "aggregationType": "AVG",
                  "comparisonEnabled": true,
                  "timeForComparison": "previousInterval",
                  "comparisonResultType": "DELTA_ABSOLUTE"
                }
              ]
            }
          ],
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 1,
            "realtime": {
              "realtimeType": 0,
              "interval": 1000,
              "timewindowMs": 60000,
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideQuickInterval": false
            },
            "history": {
              "historyType": 2,
              "interval": 600000,
              "timewindowMs": 60000,
              "fixedTimewindow": null,
              "quickInterval": "CURRENT_HOUR",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideFixedInterval": false,
              "hideQuickInterval": false
            },
            "aggregation": {
              "type": "AVG",
              "limit": 5000
            },
            "timezone": null
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "stack": false,
            "fontSize": 10,
            "fontColor": "#545454",
            "showTooltip": true,
            "tooltipIndividual": false,
            "tooltipCumulative": false,
            "hideZeros": false,
            "grid": {
              "verticalLines": true,
              "horizontalLines": true,
              "outlineWidth": 1,
              "color": "#545454",
              "backgroundColor": null,
              "tickColor": "#DDDDDD"
            },
            "xaxis": {
              "title": null,
              "showLabels": true,
              "color": "#545454"
            },
            "yaxis": {
              "min": null,
              "max": null,
              "title": null,
              "showLabels": true,
              "color": "#545454",
              "tickSize": null,
              "tickDecimals": 0,
              "ticksFormatter": ""
            },
            "shadowSize": 4,
            "smoothLines": false,
            "comparisonEnabled": false,
            "xaxisSecond": {
              "axisPosition": "top",
              "title": null,
              "showLabels": true
            },
            "showLegend": true,
            "legendConfig": {
              "direction": "column",
              "position": "bottom",
              "sortDataKeys": false,
              "showMin": false,
              "showMax": false,
              "showAvg": true,
              "showTotal": false,
              "showLatest": false
            },
            "customLegendEnabled": false,
            "showSubtitle": true,
            "subtitle": "${entityName}",
            "subtitleFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "subtitleColor": "rgba(0, 0, 0, 0.38)",
            "showDate": true,
            "dateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "dateFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "dateColor": "rgba(0, 0, 0, 0.38)",
            "showChart": true,
            "chartColor": "rgba(0, 0, 0, 0.87)",
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "autoScale": true,
            "padding": "18px"
          },
          "title": "Humidity",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "mdi:water-percent",
          "iconColor": "rgba(0, 0, 0, 0.87)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "24px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": false,
          "displayTimewindow": true,
          "decimals": 0,
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "24px",
            "icon": null,
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": false
          },
          "titleColor": "rgba(0, 0, 0, 0.87)",
          "borderRadius": null,
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "a764e1de-456a-0ec3-e96e-3e0e84ac0504"
      },
      "089ba96e-2813-db86-f255-4e265e9ad414": {
        "typeFullFqn": "system.line_chart",
        "type": "timeseries",
        "sizeX": 8,
        "sizeY": 5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "adfdbaf0-9e04-11f0-ad77-5ba1fa750088",
              "dataKeys": [
                {
                  "name": "temp",
                  "type": "timeseries",
                  "label": "Temperature",
                  "color": "#2196f3",
                  "settings": {
                    "yAxisId": "default",
                    "showInLegend": true,
                    "dataHiddenByDefault": false,
                    "type": "line",
                    "lineSettings": {
                      "showLine": true,
                      "step": false,
                      "stepType": "start",
                      "smooth": false,
                      "lineType": "solid",
                      "lineWidth": 2,
                      "showPoints": false,
                      "showPointLabel": false,
                      "pointLabelPosition": "top",
                      "pointLabelFont": {
                        "family": "Roboto",
                        "size": 11,
                        "sizeUnit": "px",
                        "style": "normal",
                        "weight": "400",
                        "lineHeight": "1"
                      },
                      "pointLabelColor": "rgba(0, 0, 0, 0.76)",
                      "enablePointLabelBackground": false,
                      "pointLabelBackground": "rgba(255,255,255,0.56)",
                      "pointShape": "emptyCircle",
                      "pointSize": 4,
                      "fillAreaSettings": {
                        "type": "none",
                        "opacity": 0.4,
                        "gradient": {
                          "start": 100,
                          "end": 0
                        }
                      }
                    },
                    "barSettings": {
                      "showBorder": false,
                      "borderWidth": 2,
                      "borderRadius": 0,
                      "showLabel": false,
                      "labelPosition": "top",
                      "labelFont": {
                        "family": "Roboto",
                        "size": 11,
                        "sizeUnit": "px",
                        "style": "normal",
                        "weight": "400",
                        "lineHeight": "1"
                      },
                      "labelColor": "rgba(0, 0, 0, 0.76)",
                      "enableLabelBackground": false,
                      "labelBackground": "rgba(255,255,255,0.56)",
                      "backgroundSettings": {
                        "type": "none",
                        "opacity": 0.4,
                        "gradient": {
                          "start": 100,
                          "end": 0
                        }
                      }
                    },
                    "comparisonSettings": {
                      "showValuesForComparison": false,
                      "comparisonValuesLabel": "",
                      "color": ""
                    }
                  },
                  "_hash": 0.5866966023129889,
                  "units": "°C",
                  "decimals": 0
                },
                {
                  "name": "rh",
                  "type": "timeseries",
                  "label": "Humidity",
                  "color": "#4caf50",
                  "settings": {
                    "yAxisId": "default",
                    "showInLegend": true,
                    "dataHiddenByDefault": false,
                    "type": "line",
                    "lineSettings": {
                      "showLine": true,
                      "step": false,
                      "stepType": "start",
                      "smooth": false,
                      "lineType": "solid",
                      "lineWidth": 2,
                      "showPoints": false,
                      "showPointLabel": false,
                      "pointLabelPosition": "top",
                      "pointLabelFont": {
                        "family": "Roboto",
                        "size": 11,
                        "sizeUnit": "px",
                        "style": "normal",
                        "weight": "400",
                        "lineHeight": "1"
                      },
                      "pointLabelColor": "rgba(0, 0, 0, 0.76)",
                      "enablePointLabelBackground": false,
                      "pointLabelBackground": "rgba(255,255,255,0.56)",
                      "pointShape": "emptyCircle",
                      "pointSize": 4,
                      "fillAreaSettings": {
                        "type": "none",
                        "opacity": 0.4,
                        "gradient": {
                          "start": 100,
                          "end": 0
                        }
                      }
                    },
                    "barSettings": {
                      "showBorder": false,
                      "borderWidth": 2,
                      "borderRadius": 0,
                      "showLabel": false,
                      "labelPosition": "top",
                      "labelFont": {
                        "family": "Roboto",
                        "size": 11,
                        "sizeUnit": "px",
                        "style": "normal",
                        "weight": "400",
                        "lineHeight": "1"
                      },
                      "labelColor": "rgba(0, 0, 0, 0.76)",
                      "enableLabelBackground": false,
                      "labelBackground": "rgba(255,255,255,0.56)",
                      "backgroundSettings": {
                        "type": "none",
                        "opacity": 0.4,
                        "gradient": {
                          "start": 100,
                          "end": 0
                        }
                      }
                    },
                    "comparisonSettings": {
                      "showValuesForComparison": false,
                      "comparisonValuesLabel": "",
                      "color": ""
                    }
                  },
                  "_hash": 0.051217461459812874,
                  "decimals": 0,
                  "units": "%"
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": []
            }
          ],
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 0,
            "realtime": {
              "realtimeType": 0,
              "interval": 15000,
              "timewindowMs": 7200000,
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideQuickInterval": false
            },
            "history": {
              "historyType": 0,
              "interval": 1000,
              "timewindowMs": 60000,
              "fixedTimewindow": null,
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideFixedInterval": false,
              "hideQuickInterval": false
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            },
            "timezone": null
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": "rgba(0, 0, 0, 0.87)",
          "padding": "0px",
          "settings": {
            "showLegend": true,
            "legendConfig": {
              "direction": "column",
              "position": "top",
              "sortDataKeys": false,
              "showMin": false,
              "showMax": false,
              "showAvg": true,
              "showTotal": false,
              "showLatest": false,
              "valueFormat": null
            },
            "thresholds": [],
            "dataZoom": true,
            "stack": false,
            "yAxis": {
              "show": true,
              "label": "",
              "labelFont": {
                "family": "Roboto",
                "size": 12,
                "sizeUnit": "px",
                "style": "normal",
                "weight": "600",
                "lineHeight": "1"
              },
              "labelColor": "rgba(0, 0, 0, 0.54)",
              "position": "left",
              "showTickLabels": true,
              "tickLabelFont": {
                "family": "Roboto",
                "size": 12,
                "sizeUnit": "px",
                "style": "normal",
                "weight": "400",
                "lineHeight": "1"
              },
              "tickLabelColor": "rgba(0, 0, 0, 0.54)",
              "showTicks": true,
              "ticksColor": "rgba(0, 0, 0, 0.54)",
              "showLine": true,
              "lineColor": "rgba(0, 0, 0, 0.54)",
              "showSplitLines": true,
              "splitLinesColor": "rgba(0, 0, 0, 0.12)"
            },
            "xAxis": {
              "show": true,
              "label": "",
              "labelFont": {
                "family": "Roboto",
                "size": 12,
                "sizeUnit": "px",
                "style": "normal",
                "weight": "600",
                "lineHeight": "1"
              },
              "labelColor": "rgba(0, 0, 0, 0.54)",
              "position": "bottom",
              "showTickLabels": true,
              "tickLabelFont": {
                "family": "Roboto",
                "size": 10,
                "sizeUnit": "px",
                "style": "normal",
                "weight": "400",
                "lineHeight": "1"
              },
              "tickLabelColor": "rgba(0, 0, 0, 0.54)",
              "ticksFormat": {},
              "showTicks": true,
              "ticksColor": "rgba(0, 0, 0, 0.54)",
              "showLine": true,
              "lineColor": "rgba(0, 0, 0, 0.54)",
              "showSplitLines": true,
              "splitLinesColor": "rgba(0, 0, 0, 0.12)"
            },
            "legendLabelFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "legendLabelColor": "rgba(0, 0, 0, 0.76)",
            "showTooltip": true,
            "tooltipTrigger": "axis",
            "tooltipValueFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "16px"
            },
            "tooltipValueColor": "rgba(0, 0, 0, 0.76)",
            "tooltipShowDate": true,
            "tooltipDateFormat": {
              "format": null,
              "lastUpdateAgo": false,
              "custom": false,
              "auto": true,
              "autoDateFormatSettings": {}
            },
            "tooltipDateFont": {
              "family": "Roboto",
              "size": 11,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "tooltipDateColor": "rgba(0, 0, 0, 0.76)",
            "tooltipDateInterval": true,
            "tooltipBackgroundColor": "rgba(255, 255, 255, 0.76)",
            "tooltipBackgroundBlur": 4,
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "yAxes": {
              "default": {
                "units": "°C",
                "decimals": 0,
                "show": true,
                "label": "Temperature",
                "labelFont": {
                  "family": "Roboto",
                  "size": 12,
                  "sizeUnit": "px",
                  "style": "normal",
                  "weight": "600",
                  "lineHeight": "1"
                },
                "labelColor": "rgba(0, 0, 0, 0.54)",
                "position": "left",
                "showTickLabels": true,
                "tickLabelFont": {
                  "family": "Roboto",
                  "size": 12,
                  "sizeUnit": "px",
                  "style": "normal",
                  "weight": "400",
                  "lineHeight": "1"
                },
                "tickLabelColor": "rgba(0, 0, 0, 0.54)",
                "ticksFormatter": null,
                "showTicks": true,
                "ticksColor": "rgba(0, 0, 0, 0.54)",
                "showLine": true,
                "lineColor": "rgba(0, 0, 0, 0.54)",
                "showSplitLines": true,
                "splitLinesColor": "rgba(0, 0, 0, 0.12)",
                "id": "default",
                "order": 0
              },
              "axis1": {
                "units": "%",
                "decimals": 0,
                "show": true,
                "label": "Humidity",
                "labelFont": {
                  "family": "Roboto",
                  "size": 12,
                  "sizeUnit": "px",
                  "style": "normal",
                  "weight": "600",
                  "lineHeight": "1"
                },
                "labelColor": "rgba(0, 0, 0, 0.54)",
                "position": "right",
                "showTickLabels": true,
                "tickLabelFont": {
                  "family": "Roboto",
                  "size": 12,
                  "sizeUnit": "px",
                  "style": "normal",
                  "weight": "400",
                  "lineHeight": "1"
                },
                "tickLabelColor": "rgba(0, 0, 0, 0.54)",
                "ticksFormatter": null,
                "showTicks": true,
                "ticksColor": "rgba(0, 0, 0, 0.54)",
                "showLine": true,
                "lineColor": "rgba(0, 0, 0, 0.54)",
                "showSplitLines": true,
                "splitLinesColor": "rgba(0, 0, 0, 0.12)",
                "id": "axis1",
                "order": 1
              }
            },
            "noAggregationBarWidthSettings": {
              "strategy": "group",
              "groupWidth": {
                "relative": true,
                "relativeWidth": 2,
                "absoluteWidth": 1000
              },
              "barWidth": {
                "relative": true,
                "relativeWidth": 2,
                "absoluteWidth": 1000
              }
            },
            "animation": {
              "animation": true,
              "animationThreshold": 2000,
              "animationDuration": 500,
              "animationEasing": "cubicOut",
              "animationDelay": 0,
              "animationDurationUpdate": 300,
              "animationEasingUpdate": "cubicOut",
              "animationDelayUpdate": 0
            },
            "padding": "12px",
            "comparisonEnabled": false,
            "timeForComparison": "previousInterval",
            "comparisonCustomIntervalValue": 7200000,
            "comparisonXAxis": {
              "show": true,
              "label": "",
              "labelFont": {
                "family": "Roboto",
                "size": 12,
                "sizeUnit": "px",
                "style": "normal",
                "weight": "600",
                "lineHeight": "1"
              },
              "labelColor": "rgba(0, 0, 0, 0.54)",
              "position": "top",
              "showTickLabels": true,
              "tickLabelFont": {
                "family": "Roboto",
                "size": 10,
                "sizeUnit": "px",
                "style": "normal",
                "weight": "400",
                "lineHeight": "1"
              },
              "tickLabelColor": "rgba(0, 0, 0, 0.54)",
              "ticksFormat": {},
              "showTicks": true,
              "ticksColor": "rgba(0, 0, 0, 0.54)",
              "showLine": true,
              "lineColor": "rgba(0, 0, 0, 0.54)",
              "showSplitLines": true,
              "splitLinesColor": "rgba(0, 0, 0, 0.12)"
            },
            "grid": {
              "show": false,
              "backgroundColor": null,
              "borderWidth": 1,
              "borderColor": "#ccc"
            },
            "legendColumnTitleFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "legendColumnTitleColor": "rgba(0, 0, 0, 0.38)",
            "legendValueFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "16px"
            },
            "legendValueColor": "rgba(0, 0, 0, 0.87)",
            "tooltipLabelFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "tooltipLabelColor": "rgba(0, 0, 0, 0.76)",
            "tooltipHideZeroValues": null,
            "tooltipStackedShowTotal": false
          },
          "title": "Temperature and Humidity history",
          "dropShadow": true,
          "enableFullscreen": true,
          "titleStyle": null,
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": false,
          "titleIcon": "thermostat",
          "iconColor": "#1F6BDD",
          "useDashboardTimewindow": false,
          "displayTimewindow": true,
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "titleColor": "rgba(0, 0, 0, 0.87)",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "units": "",
          "decimals": null,
          "noDataDisplayMessage": "",
          "timewindowStyle": {
            "showIcon": false,
            "iconSize": "24px",
            "icon": null,
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": true
          },
          "margin": "0px",
          "borderRadius": "0px",
          "iconSize": "0px",
          "enableDataExport": true
        },
        "row": 0,
        "col": 0,
        "id": "089ba96e-2813-db86-f255-4e265e9ad414"
      }
    },
    "states": {
      "default": {
        "name": "temp and rh",
        "root": true,
        "layouts": {
          "main": {
            "widgets": {
              "e4a70fe0-8aae-790b-86ce-42e4484ea4cc": {
                "sizeX": 6,
                "sizeY": 6,
                "mobileHeight": null,
                "row": 0,
                "col": 0
              },
              "a764e1de-456a-0ec3-e96e-3e0e84ac0504": {
                "sizeX": 6,
                "sizeY": 6,
                "mobileHeight": null,
                "row": 6,
                "col": 0
              },
              "089ba96e-2813-db86-f255-4e265e9ad414": {
                "sizeX": 18,
                "sizeY": 12,
                "mobileHeight": null,
                "row": 0,
                "col": 6
              }
            },
            "gridSettings": {
              "layoutType": "default",
              "backgroundColor": "#eeeeee",
              "columns": 24,
              "margin": 10,
              "outerMargin": true,
              "backgroundSizeMode": "100%",
              "minColumns": 24,
              "viewFormat": "grid",
              "autoFillHeight": true,
              "rowHeight": 70,
              "backgroundImageUrl": null,
              "mobileAutoFillHeight": false,
              "mobileRowHeight": 70
            }
          }
        }
      }
    },
    "entityAliases": {},
    "filters": {},
    "timewindow": {
      "hideAggregation": false,
      "hideAggInterval": false,
      "hideTimezone": false,
      "selectedTab": 0,
      "realtime": {
        "realtimeType": 0,
        "interval": 30000,
        "timewindowMs": 7200000,
        "quickInterval": "CURRENT_DAY",
        "hideInterval": false,
        "hideLastInterval": false,
        "hideQuickInterval": false
      },
      "history": {
        "historyType": 0,
        "interval": 1000,
        "timewindowMs": 60000,
        "fixedTimewindow": null,
        "quickInterval": "CURRENT_DAY",
        "hideInterval": false,
        "hideLastInterval": false,
        "hideFixedInterval": false,
        "hideQuickInterval": false
      },
      "aggregation": {
        "type": "AVG",
        "limit": 25000
      },
      "timezone": null
    },
    "settings": {
      "stateControllerId": "entity",
      "showTitle": false,
      "showDashboardsSelect": true,
      "showEntitiesSelect": true,
      "showDashboardTimewindow": true,
      "showDashboardExport": true,
      "toolbarAlwaysOpen": true
    }
  },
  "name": "temp and rh",
  "resources": []
}