Dashboard météo all inclusive V2 (maj 02/08/23)

Je comprends pas. C’est pas ce qui est déja sur la carte avec le soleil et la saison ?

carte lune2
Pour c’est entité lune avec des images, regarde ce poste [CARTE] Les phases de la lune en image

Ou tu veut c’est carte en accès directe sans le popup ?

type: picture-elements
image: /local/images/phases-lunaires.jpg
elements:
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: new_moon
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 50%
          left: 54%
          width: 11%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: waxing_crescent
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 30%
          left: 50%
          width: 11%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: first_quarter
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 24%
          left: 36%
          width: 11%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: waxing_gibbous
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 31%
          left: 23.3%
          width: 12%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: full_moon
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 50%
          left: 17.7%
          width: 11.5%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: waning_gibbous
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 70%
          left: 23.5%
          width: 11.5%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: last_quarter
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 77%
          left: 36%
          width: 11.5%
          border: 2px solid yellow
          border-radius: 50%
  - type: conditional
    conditions:
      - entity: sensor.moon
        state: waning_crescent
    elements:
      - type: image
        image: /local/images/circle.png
        style:
          top: 70%
          left: 50%
          width: 11.5%
          border: 2px solid yellow
          border-radius: 50%