Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: vertical-stack
- cards:
- - type: conditional
- conditions:
- - condition: state
- entity: fan.p1s_<SERIAL>_aux_fan
- state_not: unavailable
- - condition: state
- entity: sensor.p1s_<SERIAL>_aux_fan
- state_not: unknown
- card:
- type: custom:mushroom-fan-card
- entity: fan.p1s_<SERIAL>_aux_fan
- name: Aux Fan
- icon_animation: true
- show_percentage_control: true
- fill_container: false
- layout: horizontal
- - type: conditional
- card:
- type: custom:mushroom-fan-card
- entity: fan.p1s_<SERIAL>_chamber_fan
- name: Chamber Fan
- icon_animation: true
- show_percentage_control: true
- fill_container: false
- layout: horizontal
- conditions:
- - condition: state
- entity: fan.p1s_<SERIAL>_chamber_fan
- state_not: unavailable
- - condition: state
- entity: sensor.p1s_<SERIAL>_chamber_fan
- state_not: unknown
- - type: conditional
- card:
- type: custom:mushroom-fan-card
- entity: fan.p1s_<SERIAL>_cooling_fan
- name: Part Cooling Fan
- icon_animation: true
- show_percentage_control: true
- fill_container: false
- layout: horizontal
- conditions:
- - condition: state
- entity: fan.p1s_<SERIAL>_cooling_fan
- state_not: unavailable
- - condition: state
- entity: sensor.p1s_<SERIAL>_cooling_fan
- state_not: unknown
- layout_options:
- grid_columns: 4
- grid_rows: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement