Advertisement
RedFoxy

Lovelace

Feb 11th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 5.01 KB | None | 0 0
  1. resources:
  2.   - url: /local/card-tools.js?v=0.3&d=20190124
  3.     type: js
  4.   - url: /local/card-modder.js?v=0&d=20190126
  5.     type: module
  6.   - url: /local/mini-graph-card-bundle.js?v=0.2.2
  7.     type: module
  8.  
  9. title: RedFoxy's Den
  10. views:
  11. # ----------------------------------------------------------- Home page
  12.  - id: 0  # Automatically created id
  13.    title: Home
  14.    icon: mdi:home
  15.    cards:
  16.  
  17. # ----------------------------------------------------------- Garage Fabio
  18.      - type: entities
  19.        id: 026252ac8d8a40c0931f9c3e046b0ee2
  20.        title: Rimessa Fabio
  21.        show_header_toggle: false
  22.        entities:
  23.          - entity: switch.garage
  24.  
  25. # ----------------------------------------------------------- TAB temperature
  26.  - id: 10  # Automatically created id
  27.    title: Temperature
  28.    icon: mdi:radiator
  29.    cards:
  30.  
  31. # ----------------------------------------------------------- Temperatura esterno
  32.      - type: custom:card-modder
  33.        style:
  34.          --paper-card-background-color: rgba(3, 169, 244, 0.12)
  35.        card:
  36.          type: horizontal-stack
  37.          cards:
  38.          - type: custom:mini-graph-card
  39.            entities: sensor.temperature_158d0002c9cd93
  40.            location_icon: left
  41.            location_state: left
  42.            show:
  43.              fill: false
  44.          - type: custom:mini-graph-card
  45.            entities: sensor.humidity_158d0002c9cd93
  46.            location_icon: left
  47.            location_state: left
  48.            line_color: blue
  49.            show:
  50.              fill: false
  51.  
  52. # ----------------------------------------------------------- Temperatura soggiorno
  53.      - type: custom:card-modder
  54.        style:
  55.          --paper-card-background-color: rgba(3, 244, 99, 0.12)
  56.        card:
  57.          type: horizontal-stack
  58.          cards:
  59.          - type: custom:mini-graph-card
  60.            entities: sensor.temperature_158d0002c9fcb2
  61.            location_icon: left
  62.            location_state: left
  63.            show:
  64.              fill: false
  65.          - type: custom:mini-graph-card
  66.            entities: sensor.humidity_158d0002c9fcb2
  67.            location_icon: left
  68.            location_state: left
  69.            line_color: blue
  70.            show:
  71.              fill: false
  72.  
  73. # ----------------------------------------------------------- Temperatura Massimo
  74.      - type: custom:card-modder
  75.        style:
  76.          --paper-card-background-color: rgba(196, 3, 244, 0.12)
  77.        card:
  78.          type: horizontal-stack
  79.          cards:
  80.          - type: custom:mini-graph-card
  81.            entities: sensor.temperature_158d0002c9cdb0
  82.            location_icon: left
  83.            location_state: left
  84.            show:
  85.              fill: false
  86.          - type: custom:mini-graph-card
  87.            entities: sensor.humidity_158d0002c9cdb0
  88.            location_icon: left
  89.            location_state: left
  90.            line_color: blue
  91.            show:
  92.              fill: false
  93.  
  94. # ----------------------------------------------------------- Temperatura Mamma
  95.      - type: custom:card-modder
  96.        style:
  97.          --paper-card-background-color: rgba(229, 244, 3, 0.12)
  98.        card:
  99.          type: horizontal-stack
  100.          cards:
  101.          - type: custom:mini-graph-card
  102.            entities: sensor.temperature_158d0002c9cdd6
  103.            location_icon: left
  104.            location_state: left
  105.            show:
  106.              fill: false
  107.          - type: custom:mini-graph-card
  108.            entities: sensor.humidity_158d0002c9cdd6
  109.            location_icon: left
  110.            location_state: left
  111.            line_color: blue
  112.            show:
  113.              fill: false
  114.  
  115. # ----------------------------------------------------------- Temperatura Sgabuzzino
  116.      - type: custom:card-modder
  117.        style:
  118.          --paper-card-background-color: rgba(244, 114, 3, 0.12)
  119.        card:
  120.          type: horizontal-stack
  121.          cards:
  122.          - type: custom:mini-graph-card
  123.            entities: sensor.soggiorno_temp
  124.            location_icon: left
  125.            location_state: left
  126.            show:
  127.              fill: false
  128.          - type: custom:mini-graph-card
  129.            entities: sensor.soggiorno_humi
  130.            location_icon: left
  131.            location_state: left
  132.            line_color: blue
  133.            show:
  134.              fill: false
  135.  
  136. # ----------------------------------------------------------- Temperatura Rack
  137.      - type: custom:card-modder
  138.        style:
  139. #          --paper-card-background-color: rgba(255, 255, 244, 0.12)
  140.        card:
  141.          type: horizontal-stack
  142.          cards:
  143.          - type: custom:mini-graph-card
  144.            entities: sensor.rack_temperature
  145.            location_icon: left
  146.            location_state: left
  147.            show:
  148.              fill: false
  149.          - type: custom:mini-graph-card
  150.            entities: sensor.rack_humidity
  151.            location_icon: left
  152.            location_state: left
  153.            line_color: blue
  154.            show:
  155.              fill: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement