Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
type: entities
style: |
ha-card {
background:
{% if is_state('sun.sun', 'below_horizon') %}
url('/local/background/sunrise_bg.jpg');
{% else %}
url('/local/background/sunset_bg.jpg');
{% endif %}
background-size: 100% 300px;
--primary-text-color: blue;
--secondary-text-color: yellow;
--paper-item-icon-color: green;
}
entities:
- button.lumi_lumi_weather_identify_4
- sensor.lumi_lumi_weather_humidity_4
- sensor.lumi_lumi_weather_pressure_4
- sensor.lumi_lumi_weather_temperature_4