using a very simple markdown card:
- type: markdown
style: |
ha-card {
background: ivory;
border-radius: 6px;
}
content: >
**Weersverwachting:**
<font color= {% if states('sensor.dark_sky_temperature')|float >= 20 %} #f00
{% else %} #008000 {% endif %} >
<ha-icon icon= {{states('sensor.weather_icon')}}></ha-icon> - {{ states('sensor.dark_sky_daily_summary')}} </font>
Id like it to have a more-info option, and show the details of a weather integration weather.home_darksky
showing all its attributes, or a meteogram or camera entity, like camera.weer_home
other than creating maybe a button with the markdown text, is this possible by modding the markdown?