Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: vertical-stack
- cards:
- - type: vertical-stack
- cards:
- - type: custom:bubble-card
- card_type: button
- button_type: state
- name: l o n d o n
- scrolling_effect: false
- show_icon: true
- show_name: true
- sub_button:
- - show_background: false
- show_state: true
- name: temp
- icon: mdi:weather-cloudy
- double_tap_action:
- action: none
- tap_action:
- action: more-info
- show_name: true
- show_icon: true
- show_attribute: false
- attribute: friendly_name
- show_last_changed: false
- entity: sensor.pirate_weather_current_temperature
- - name: RAM
- show_background: false
- show_name: true
- show_state: true
- show_attribute: true
- icon: m3o:memory
- entity: sensor.localhost_memory_usage
- - entity: sensor.u_s_air_quality_index
- name: AQI
- show_icon: false
- show_state: true
- show_background: false
- show_name: true
- - entity: sensor.la_casa_colorado_usa_humidity
- show_icon: true
- show_state: true
- icon: mdi:water-opacity
- show_background: false
- card_layout: large-2-rows
- entity: weather.pirateweather
- styles: |-
- .bubble-button-card-container {
- background: none;
- margin-left: 2px;
- }
- .bubble-icon-container {
- background: none;
- border-radius: 0;
- --mdc-icon-size: 35px !important;
- }
- .bubble-sub-button {
- font-size: 12px !important;
- #margin-right: -16px;
- }
- .bubble-sub-button-3 {
- background-color: ${hass.states['sensor.u_s_air_quality_index'].state > 50 ? '#E6ABAB' : ''} !important;
- }
- show_attribute: true
- attribute: apparent_temperature
- button_action:
- tap_action:
- action: more-info
- double_tap_action:
- action: none
- hold_action:
- action: none
- tap_action:
- action: more-info
- double_tap_action:
- action: none
- hold_action:
- action: none
- modules:
- - default
Advertisement
Add Comment
Please, Sign In to add comment