Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:stack-in-card
- mode: vertical
- cards:
- - type: custom:stack-in-card
- mode: horizontal
- cards:
- - type: custom:mushroom-entity-card
- entity: sensor.disimpegno_temperature
- name: Sala
- icon_type: none
- tap_action:
- action: more-info
- card_mod:
- style: |
- ha-card {
- background-color: rgba(0,0,0,0);
- box-shadow: none;
- border-style: hidden;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: entity
- entity: light.luce_sala
- use_entity_picture: true
- tap_action:
- action: toggle
- name: Plafone
- icon: phu:friends-of-hue-iq-pendant
- icon_color: yellow
- content_info: name
- alignment: end
- card_mod:
- style: |
- ha-card {
- background-color: rgba(0,0,0,0);
- box-shadow: none;
- border-style: hidden;
- }
- - type: custom:mini-graph-card
- entities:
- - sensor.disimpegno_temperature
- show:
- state: false
- name: false
- icon: false
- points_per_hour: 1
- hours_to_shw: 48
- line_color: orange
- card_mod:
- style: |
- ha-card {
- background-color: rgba(0,0,0,0);
- box-shadow: none;
- border-style: hidden;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement