Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 894 Bytes

info.md

File metadata and controls

42 lines (38 loc) · 894 Bytes

Circle Sensor Card

Circle Sensor Examples

Custom component for lovelace which can be used as a card or an element on a picture-elements card.

Installation

Add to resources:

resources:
  - url: /hacsfiles/circle-sensor-card/circle-sensor-card.js
    type: module

Example

Full documentation available in the repository

- type: custom:circle-sensor-card
  entity: sensor.outside_temperature
  max: 120
  min: 30
  stroke_width: 10
  gradient: true
  units: ' '
  attribute: 'ambient'
  attribute_max: 'feels_like'
  show_max: true
  font_style:
    color: red
    font-size: 1.5em
    text-shadow: '2px 2px black'
    font-family: 'Trebuchet MS'
  color_stops:
    50: '#55FF55'
    75: '#5555FF'
    100: '#FF5555'
  style:
    top: 50%
    left: 50%
    width: 75px
    height: 75px