Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Today
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[0].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{ state_attr('sensor.pirate_weather_daily','forecast')[0].temperature | round(0) }}° | {{ states('sensor.forecast_low') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- picture: ''
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: >-
- {{
- as_timestamp(state_attr('sensor.pirate_weather_daily','forecast')[1].datetime)
- | timestamp_custom('%a %-d') }}
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[1].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{
- state_attr('sensor.pirate_weather_daily','forecast')[1].temperature
- }}° | {{ states('sensor.forecast_low_pirate_day_2') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: >-
- {{
- as_timestamp(state_attr('sensor.pirate_weather_daily','forecast')[2].datetime)
- | timestamp_custom('%a %-d') }}
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[2].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{
- state_attr('sensor.pirate_weather_daily','forecast')[2].temperature
- }}° | {{ states('sensor.forecast_low_pirate_day_3') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: >-
- {{
- as_timestamp(state_attr('sensor.pirate_weather_daily','forecast')[3].datetime)
- | timestamp_custom('%a %-d') }}
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[3].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{
- state_attr('sensor.pirate_weather_daily','forecast')[3].temperature
- }}° | {{ states('sensor.forecast_low_pirate_day_4') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: >-
- {{
- as_timestamp(state_attr('sensor.pirate_weather_daily','forecast')[4].datetime)
- | timestamp_custom('%a %-d') }}
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[4].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{
- state_attr('sensor.pirate_weather_daily','forecast')[4].temperature
- }}° | {{ states('sensor.forecast_low_pirate_day_5') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: >-
- {{
- as_timestamp(state_attr('sensor.pirate_weather_daily','forecast')[5].datetime)
- | timestamp_custom('%a %-d') }}
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[5].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{
- state_attr('sensor.pirate_weather_daily','forecast')[5].temperature
- }}° | {{ states('sensor.forecast_low_pirate_day_6') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: >-
- {{
- as_timestamp(state_attr('sensor.pirate_weather_daily','forecast')[6].datetime)
- | timestamp_custom('%a %-d') }}
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 12px;
- align-items: center;
- }
- .: |
- ha-card {
- background-color: transparent;
- opacity: 0.9;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -0px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- content: ''
- picture: >-
- {% set cond =
- (state_attr('sensor.pirate_weather_daily','forecast')[6].condition)
- %} {% if cond == 'clear-day' %}
- /local/animated/clear-day.svg
- {% elif cond == 'clear-night' %}
- /local/animated/clear-night.svg
- {% elif cond == 'rainy' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'rain' %}
- /local/animated/rainy-6.svg
- {% elif cond == 'snowy' %}
- /local/animated/snow.svg
- {% elif cond == 'snow' %}
- /local/animated/snow.svg
- {% elif cond == 'sleet' %}
- /local/animated/sleet.svg
- {% elif cond == 'windy' %}
- /local/animated/wind.svg
- {% elif cond == 'wind' %}
- /local/animated/wind.svg
- {% elif cond == 'fog' %}
- /local/animated/fog.svg
- {% elif cond == 'cloudy' %}
- /local/animated/cloudy.svg
- {% elif cond == 'partlycloudy' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-day' %}
- /local/animated/partly-cloudy-day_old.svg
- {% elif cond == 'partly-cloudy-night' %}
- /local/animated/partly-cloudy-night.svg
- {% elif cond == 'lightning' %}
- /local/animated/thunder.svg
- {% elif cond == 'snowy_rainy' %}
- /local/animated/sleet.svg
- {% elif cond == 'sunny' %}
- /local/animated/clear-day.svg
- {% elif cond == 'hail' %}
- /local/animated/rainy-6.svg
- {% endif %}
- alignment: center
- card_mod:
- style: |
- ha-card {
- opacity: 0.8;
- --chip-background: transparent !important;
- --chip-height: 50px;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -10px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:mushroom-template-card
- primary: >-
- {{
- state_attr('sensor.pirate_weather_daily','forecast')[6].temperature
- }}° | {{ states('sensor.forecast_low_pirate_day_7') }}°
- secondary: ''
- icon: ''
- card_mod:
- style:
- mushroom-state-info$: |
- .container {
- --card-primary-font-size: 16px;
- align-items: center;
- }
- .: |
- ha-card {
- opacity: 0.8;
- background: transparent !important;
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- margin-top: -15px !important;
- margin-bottom: -10px !important;
- }
- - type: custom:apexcharts-card
- graph_span: 7d
- span:
- start: day
- experimental:
- color_threshold: true
- now:
- show: true
- color: grey
- apex_config:
- legend:
- show: false
- chart:
- height: 120
- zoom:
- enabled: true
- xaxis:
- labels:
- show: false
- yaxis:
- max: 100
- labels:
- show: false
- grid:
- strokeDashArray: 0
- borderColor: grey
- xaxis:
- lines:
- show: true
- yaxis:
- lines:
- show: false
- series:
- - entity: sensor.pirate_weather_hourly
- type: line
- name: Pirate Forecast Temp
- stroke_width: 2
- fill_raw: last
- color_threshold:
- - value: 32
- color: '#0066ff'
- - value: 40
- color: '#00ffff'
- - value: 50
- color: '#00ffa6'
- - value: 60
- color: '#00ff08'
- - value: 70
- color: '#91ff00'
- - value: 80
- color: '#fff700'
- - value: 85
- color: '#ffc400'
- - value: 95
- color: '#ff0800'
- - value: 100
- color: '#ae00ff'
- data_generator: |
- return entity.attributes.forecast.map((entry) => {
- return [new Date(entry.datetime), entry.apparent_temperature];
- });
- - entity: sensor.pirate_weather_hourly
- type: area
- stroke_width: 0
- color: rgb(56, 158, 209)
- name: Pirate Forecast Precip
- data_generator: |
- return entity.attributes.forecast.map((entry) => {
- return [new Date(entry.datetime), entry.precipitation_probability];
- });
- - entity: weather.nws_hourly
- type: area
- stroke_width: 0
- name: NWS Forecast Precip
- color: rgba(100, 200, 255, 1)
- opacity: 0.3
- data_generator: |
- return entity.attributes.forecast.map((entry) => {
- return [new Date(entry.datetime), entry.precipitation_probability];
- });
- - entity: sensor.pirate_weather_hourly
- type: area
- name: Pirate Forecast Cloud Cover
- color: grey
- opacity: 0.3
- stroke_width: 0
- data_generator: |
- return entity.attributes.forecast.map((entry) => {
- return [new Date(entry.datetime), entry.cloud_coverage];
- });
- - entity: sensor.current_temp
- type: line
- name: Current Temp
- fill_raw: last
- color_threshold:
- - value: 32
- color: '#0066ff'
- - value: 40
- color: '#00ffff'
- - value: 50
- color: '#00ffa6'
- - value: 60
- color: '#00ff08'
- - value: 70
- color: '#91ff00'
- - value: 80
- color: '#fff700'
- - value: 85
- color: '#ffc400'
- - value: 95
- color: '#ff0800'
- - value: 100
- color: '#ae00ff'
- extend_to: now
- stroke_width: 2
- opacity: 0.7
- - entity: sensor.pirate_historical_cloud_cover
- type: area
- name: Patio Temp
- fill_raw: last
- color: grey
- extend_to: now
- stroke_width: 0
- opacity: 0.2
- - entity: sensor.pirate_historical_precip_prob
- type: area
- name: Patio Temp
- fill_raw: last
- color: rgb(56, 158, 209)
- extend_to: now
- stroke_width: 0
- opacity: 0.2
- - entity: sensor.nws_historical_precip_prob
- type: area
- name: Patio Temp
- fill_raw: last
- color: rgba(100, 200, 255, 1)
- extend_to: now
- stroke_width: 0
- opacity: 0.2
- view_layout:
- position: sidebar
- card_mod:
- style: |
- ha-card {
- background-color: transparent;
- margin-top: -25px;
- margin-left: -10px;
- margin-bottom: -15px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement