Pb install circle sensor

J’avais pas vue c’est issue. Chez pas si le dev est toujours actif…

ta en dernière solution, la carte apexcharts-card. Elle fonctionne.

un exemple d’une carte de @Spl4sh ( Carte - Nas Synology )
image

                type: custom:apexcharts-card
                chart_type: radialBar
                series:
                  - entity: sensor.synology_utilisation_du_processeur_totale
                    color: rgb(76, 175, 80)
                    max: 100
                    show:
                      legend_value: false
                apex_config:
                  plotOptions:
                    radialBar:
                      offsetY: 0
                      startAngle: -108
                      endAngle: 108
                      hollow:
                        size: 70%
                      dataLabels:
                        name:
                          show: false
                        value:
                          show: false
                      track:
                        strokeWidth: 80%
                        margin: 0
                  legend:
                    show: false
                  chart:
                    height: 140px
1 « J'aime »