Untitled

mail@pastecode.io avatar
unknown
plain_text
17 days ago
1.8 kB
2
Indexable
Never

nspanel-1:
  module: nspanel-lovelace-ui
  class: NsPanelLovelaceUIManager
  config:
    panelRecvTopic: "tele/nspanel/RESULT"
    panelSendTopic: "cmnd/nspanel/CustomSend"
    sleepTimeout: 20
    sleepBrightness:
      - time: "7:00:00"
        value: 10
      - time: "23:00:00"
        value: 0
    locale: "pl_PL"
    updateMode: "auto-notify"
    sleepTimeout: 20
    screensaver: 
     doubleTapToUnlock:
     entities:
        - entity: sensor.irblaster_temperature
          name: temperatura
        - entity: weather.wilczak
          name: dziś
          attribute: temperature  # Specify the attribute you want to display
        - entity: weather.wilczak
          name: jutro
          attribute: forecast[1].temperature  # Adjusting to next day forecast
        - entity: weather.wilczak
          name: prognoza3
          attribute: forecast[2].temperature  # Adjusting to next day forecast
        - entity: weather.wilczak
          name: prognoza4
          attribute: forecast[3].temperature  # Adjusting to next day forecast
        - entity: sensor.tempsensorbath_humidity
          name: wilgotność
    cards:
      - type: cardEntities
        title: Peka odjazdy
        entities:
          - entity: sensor.peka_pierwszyautobus
            name: "1"
            icon: mdi:bus-clock
          - entity: sensor.peka_drugiautobus
            name: "2"
            icon: mdi:bus-clock
          - entity: sensor.peka_trzeciautobus
            name: "3"
            icon: mdi:bus-clock
          - entity: sensor.peka_sensor
      - type: cardGrid
        title: Bathroom
        entities:
          - entity: sensor.tempsensorbath_humidity
          - entity: 
          - entity: switch.wiatrak2
            name: Wiatrak
          - entity: switch.wiatrak1

Leave a Comment