Card per visualizzare su Lovelace i dati esposti dal custom component FRITZ!Box Tools recuperarbile da HACS
- type: custom:stack-in-card
mode: vertical
cards:
- type: horizontal-stack
cards:
- type: markdown
style: |
ha-card {
border-radius: var(--ha-card-border-radius) var(--ha-card-border-radius) 0px 0px;
box-shadow: none;
--keep-background: true;
margin-top: 30px;
}
content: >-
<font size=5>Fritz!Box 7530</font>
- type: markdown
style: |
ha-card {
border-radius: var(--ha-card-border-radius) var(--ha-card-border-radius) 0px 0px;
box-shadow: none;
--keep-background: true;
margin-top: 0px;
}
content: >-
<center><img width="120" src="/local/images/fritzbox_7530.png"></center>
- type: glance
style: |
ha-card {
overflow: hidden; box-shadow: none; background: none; border-radius: 0px; font-size: 0.9em;
}
columns: 5
show_icon: true
show_state: false
entities:
- entity: binary_sensor.fritzbox_7530_connectivity
name: Connect
icon: mdi:connection
- entity: switch.fritzbox_7530_wifi
name: Wifi 2.4 GHz
icon: mdi:wifi
tap_action:
action: toggle
- entity: switch.fritzbox_7530_wifi_5ghz
name: Wifi 5 Ghz
icon: mdi:wifi-strength-4
tap_action:
action: toggle
- entity: switch.fritzbox_7530_guest_wifi
name: Guest Wifi
icon: mdi:account-multiple-plus
tap_action:
action: toggle
- entity: switch.fritzbox_7530_portforward_https_server
name: Port Forward
icon: mdi:arrow-decision
tap_action:
action: toggle