Guest User

Untitled

a guest
Nov 14th, 2023
5,939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.10 KB | Source Code | 0 0
  1. views:
  2.   - title: Home
  3.     cards:
  4.       - type: custom:mini-graph-card
  5.         name: Outdoor
  6.         hours_to_show: 12
  7.         points_per_hour: 12
  8.         line_width: 2
  9.         decimals: 1
  10.         entities:
  11.           - entity: sensor.outdoor_temperature
  12.             name: Temperature
  13.             show_state: true
  14.             state_adaptive_color: true
  15.           - color: gray
  16.             entity: sensor.humidity
  17.             name: Humidity
  18.             y_axis: secondary
  19.             show_state: true
  20.             state_adaptive_color: true
  21.         show:
  22.           labels: true
  23.           labels_secondary: true
  24.           icon: false
  25.           state: true
  26.           extrema: true
  27.       - type: custom:mini-graph-card
  28.         name: Winds
  29.         hours_to_show: 12
  30.         points_per_hour: 12
  31.         line_width: 2
  32.         decimals: 1
  33.         entities:
  34.           - entity: sensor.wind_gust
  35.             name: Gust
  36.             show_state: true
  37.             state_adaptive_color: true
  38.           - entity: sensor.wind_speed
  39.             name: Speed
  40.             show_state: true
  41.             state_adaptive_color: true
  42.         show:
  43.           labels: true
  44.           icon: true
  45.           state: true
  46.           extrema: true
  47.       - type: custom:mini-graph-card
  48.         name: Wind direction
  49.         hours_to_show: 12
  50.         points_per_hour: 6
  51.         line_width: 2
  52.         decimals: 1
  53.         entities:
  54.           - entity: sensor.wind_direction
  55.             show_state: true
  56.             state_adaptive_color: true
  57.         show:
  58.           labels: true
  59.           icon: true
  60.           state: true
  61.       - type: custom:windrose-card
  62.         title: Wind direction
  63.         data_period:
  64.           hours_to_show: 3
  65.         max_width: 400
  66.         refresh_interval: 300
  67.         windspeed_bar_location: bottom
  68.         windspeed_bar_full: true
  69.         wind_direction_entity:
  70.           entity: sensor.wind_direction
  71.           direction_unit: degrees
  72.           use_statistics: false
  73.           direction_compensation: 0
  74.         windspeed_entities:
  75.           - entity: sensor.wind_gust
  76.             name: ''
  77.             speed_unit: auto
  78.             use_statistics: false
  79.         output_speed_unit: kph
  80.         speed_range_beaufort: false
  81.         windrose_draw_north_offset: 0
  82.         cardinal_direction_letters: NESW
  83.         matching_strategy: direction-first
  84.         center_calm_percentage: true
  85.       - type: custom:mini-graph-card
  86.         name: Rain
  87.         hours_to_show: 12
  88.         points_per_hour: 4
  89.         decimals: 1
  90.         entities:
  91.           - entity: sensor.rain_rate_piezo
  92.             name: Rain
  93.             show_state: false
  94.             state_adaptive_color: true
  95.           - entity: sensor.daily_rain_rate_piezo
  96.             name: Rain
  97.             show_state: true
  98.             show_graph: false
  99.             state_adaptive_color: true
  100.         show:
  101.           labels: true
  102.           icon: false
  103.           state: true
  104.           graph: bar
  105.       - type: custom:mini-graph-card
  106.         name: Pressure
  107.         hours_to_show: 12
  108.         points_per_hour: 12
  109.         line_width: 2
  110.         decimals: 0
  111.         entities:
  112.           - entity: sensor.relative_pressure
  113.             show_state: true
  114.             state_adaptive_color: true
  115.         show:
  116.           labels: true
  117.           icon: true
  118.           state: true
  119.       - type: vertical-stack
  120.         cards:
  121.           - type: custom:mini-graph-card
  122.             name: Greenhouse
  123.             hours_to_show: 12
  124.             points_per_hour: 12
  125.             line_width: 2
  126.             decimals: 1
  127.             entities:
  128.               - entity: sensor.thermohygrometer_temperature
  129.                 name: Temperature
  130.                 show_state: true
  131.                 state_adaptive_color: true
  132.               - color: gray
  133.                 entity: sensor.thermohygrometer_humidity
  134.                 name: Humidity
  135.                 y_axis: secondary
  136.                 show_state: true
  137.                 state_adaptive_color: true
  138.             show:
  139.               labels: true
  140.               labels_secondary: true
  141.               icon: false
  142.               state: true
  143.               extrema: true
  144.           - type: custom:mini-graph-card
  145.             hours_to_show: 12
  146.             height: 60
  147.             points_per_hour: 12
  148.             line_width: 3
  149.             entities:
  150.               - entity: sensor.soil_moisture_1
  151.                 name: Soil Moisture
  152.             show:
  153.               labels: true
  154.               icon: true
  155.               state: true
  156.               name: true
  157.       - type: custom:mini-graph-card
  158.         name: Indoor Temperatures
  159.         hours_to_show: 24
  160.         points_per_hour: 2
  161.         line_width: 2
  162.         decimals: 1
  163.         entities:
  164.           - entity: sensor.temperature_1
  165.             name: LivingRoom
  166.             show_state: true
  167.             state_adaptive_color: true
  168.           - entity: sensor.tz2000_a476raq2_ts0201_temperature
  169.             name: Office
  170.             show_state: true
  171.             state_adaptive_color: true
  172.           - entity: sensor.indoor_temperature
  173.             name: Bedroom
  174.             show_state: true
  175.             state_adaptive_color: true
  176.           - entity: sensor.temperature_2
  177.             name: Kitchen
  178.             show_state: true
  179.             state_adaptive_color: true
  180.           - entity: sensor.thermohygrometer_stairs_temperature
  181.             name: Stairs
  182.             show_state: true
  183.             state_adaptive_color: true
  184.         show:
  185.           labels: true
  186.           icon: true
  187.           state: true
  188.       - type: custom:mini-graph-card
  189.         name: Solar
  190.         hours_to_show: 12
  191.         points_per_hour: 12
  192.         line_width: 2
  193.         decimals: 1
  194.         entities:
  195.           - entity: sensor.solar_radiation
  196.             name: Solar
  197.             show_state: true
  198.             state_adaptive_color: true
  199.         show:
  200.           labels: true
  201.           labels_secondary: true
  202.           icon: false
  203.           state: true
  204.       - type: custom:weather-radar-card
  205.         data_source: RainViewer-Rainbow
  206.         map_style: Dark
  207.         zoom_level: 8
  208.         show_playback: true
  209.         show_recenter: true
  210.         square_map: true
  211.         extra_labels: true
  212.         show_range: true
  213.         show_scale: false
  214.         show_marker: true
  215.         static_map: true
  216.         show_zoom: true
  217.       - type: custom:mini-graph-card
  218.         name: Air Quality
  219.         hours_to_show: 12
  220.         points_per_hour: 12
  221.         line_width: 2
  222.         entities:
  223.           - entity: sensor.wh45_co2
  224.             name: CO2
  225.             show_state: true
  226.             state_adaptive_color: true
  227.           - entity: sensor.wh45_pm10
  228.             name: PM10
  229.             y_axis: secondary
  230.             show_state: true
  231.             state_adaptive_color: true
  232.           - entity: sensor.wh45_pm2_5
  233.             name: PM2.5
  234.             y_axis: secondary
  235.             show_state: true
  236.             state_adaptive_color: true
  237.         show:
  238.           labels: true
  239.           labels_secondary: true
  240.           icon: false
  241.           state: true
  242.       - type: custom:mini-graph-card
  243.         hours_to_show: 12
  244.         height: 60
  245.         points_per_hour: 12
  246.         line_width: 3
  247.         entities:
  248.           - entity: sensor.soil_moisture_2
  249.         show:
  250.           labels: true
  251.           icon: true
  252.           state: true
  253.           name: true
  254.       - type: custom:mini-graph-card
  255.         name: Elbe Water Level
  256.         hours_to_show: 24
  257.         points_per_hour: 6
  258.         line_width: 2
  259.         decimals: 1
  260.         entities:
  261.           - entity: sensor.hamburg_st_pauli_elbe_water_level
  262.             name: Elbe Water Level
  263.             show_state: true
  264.             state_adaptive_color: true
  265.           - entity: input_number.elbe_st_pauli_maximum_level
  266.             show_state: false
  267.             state_adaptive_color: false
  268.             show_points: false
  269.           - entity: input_number.elbe_st_pauli_minimum_level
  270.             show_state: false
  271.             show_points: false
  272.             state_adaptive_color: false
  273.         show:
  274.           labels: true
  275.           icon: false
  276.           state: true
  277.           legend: false
  278.  
Advertisement
Add Comment
Please, Sign In to add comment