Start here
and post questions here.
type: custom:mushroom-template-card
primary: Dean
secondary: |-
{% if states('sensor.deans_iphone_ssid') == "wifinetwork" %}
Home
{% else %}
Away
{% endif %}
icon: mdi:account
icon_color: |-
{% if states('sensor.deans_iphone_ssid') == "wifinetwork" %}
green
{% else %}
red
{% endif %}