Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.



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