Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- resources:
- - url: /local/card-tools.js?v=0.3&d=20190124
- type: js
- - url: /local/card-modder.js?v=0&d=20190126
- type: module
- - url: /local/mini-graph-card-bundle.js?v=0.2.2
- type: module
- title: RedFoxy's Den
- views:
- # ----------------------------------------------------------- Home page
- - id: 0 # Automatically created id
- title: Home
- icon: mdi:home
- cards:
- # ----------------------------------------------------------- Garage Fabio
- - type: entities
- id: 026252ac8d8a40c0931f9c3e046b0ee2
- title: Rimessa Fabio
- show_header_toggle: false
- entities:
- - entity: switch.garage
- # ----------------------------------------------------------- TAB temperature
- - id: 10 # Automatically created id
- title: Temperature
- icon: mdi:radiator
- cards:
- # ----------------------------------------------------------- Temperatura esterno
- - type: custom:card-modder
- style:
- --paper-card-background-color: rgba(3, 169, 244, 0.12)
- card:
- type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities: sensor.temperature_158d0002c9cd93
- location_icon: left
- location_state: left
- show:
- fill: false
- - type: custom:mini-graph-card
- entities: sensor.humidity_158d0002c9cd93
- location_icon: left
- location_state: left
- line_color: blue
- show:
- fill: false
- # ----------------------------------------------------------- Temperatura soggiorno
- - type: custom:card-modder
- style:
- --paper-card-background-color: rgba(3, 244, 99, 0.12)
- card:
- type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities: sensor.temperature_158d0002c9fcb2
- location_icon: left
- location_state: left
- show:
- fill: false
- - type: custom:mini-graph-card
- entities: sensor.humidity_158d0002c9fcb2
- location_icon: left
- location_state: left
- line_color: blue
- show:
- fill: false
- # ----------------------------------------------------------- Temperatura Massimo
- - type: custom:card-modder
- style:
- --paper-card-background-color: rgba(196, 3, 244, 0.12)
- card:
- type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities: sensor.temperature_158d0002c9cdb0
- location_icon: left
- location_state: left
- show:
- fill: false
- - type: custom:mini-graph-card
- entities: sensor.humidity_158d0002c9cdb0
- location_icon: left
- location_state: left
- line_color: blue
- show:
- fill: false
- # ----------------------------------------------------------- Temperatura Mamma
- - type: custom:card-modder
- style:
- --paper-card-background-color: rgba(229, 244, 3, 0.12)
- card:
- type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities: sensor.temperature_158d0002c9cdd6
- location_icon: left
- location_state: left
- show:
- fill: false
- - type: custom:mini-graph-card
- entities: sensor.humidity_158d0002c9cdd6
- location_icon: left
- location_state: left
- line_color: blue
- show:
- fill: false
- # ----------------------------------------------------------- Temperatura Sgabuzzino
- - type: custom:card-modder
- style:
- --paper-card-background-color: rgba(244, 114, 3, 0.12)
- card:
- type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities: sensor.soggiorno_temp
- location_icon: left
- location_state: left
- show:
- fill: false
- - type: custom:mini-graph-card
- entities: sensor.soggiorno_humi
- location_icon: left
- location_state: left
- line_color: blue
- show:
- fill: false
- # ----------------------------------------------------------- Temperatura Rack
- - type: custom:card-modder
- style:
- # --paper-card-background-color: rgba(255, 255, 244, 0.12)
- card:
- type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities: sensor.rack_temperature
- location_icon: left
- location_state: left
- show:
- fill: false
- - type: custom:mini-graph-card
- entities: sensor.rack_humidity
- location_icon: left
- location_state: left
- line_color: blue
- show:
- fill: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement