Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- nspanel-1:
- module: nspanel-lovelace-ui
- class: NsPanelLovelaceUIManager
- config:
- panelRecvTopic: "tele/nspanel-8/RESULT"
- panelSendTopic: "cmnd/nspanel-8/CustomSend"
- updateMode: "auto-notify"
- sleepTimeout: 20
- #sleepBrightness: 10
- sleepBrightness:
- - time: "7:00:00"
- value: 10
- - time: "23:00:00"
- value: 0
- locale: "pl_PL" # used for translations in translations.py and for localized date if babel python package is installed
- screensaver:
- type: screensaver2
- entities:
- - entity: weather.demo_weather_north
- - entity: sensor.outside_temperature
- - entity: sensor.outside_temperature
- - entity: sensor.termometr_xiaomi_temperature
- - entity: weather.demo_weather_north
- type: 1
- - entity: weather.demo_weather_north
- type: 2
- - entity: weather.demo_weather_north
- type: 3
- - entity: sensor.total_gas_m3
- - entity: sensor.carbon_dioxide
- - entity: sensor.today_energy
- - entity: light.lampa_pracownia
- icon: mdi:clock
- - entity: light.kitchen_lights
- icon: mdi:fridge-outline
- - entity: light.office_rgbw_lights
- icon: mdi:office-building
- - entity: switch.ac
- icon: mdi:home-thermometer
- - entity: fan.ceiling_fan
- doubleTapToUnlock: True
- statusIcon1:
- entity: switch.decorative_lights
- statusIcon2:
- entity: light.office_rgbw_lights
- icon: "txt:test12345"
- cards:
- - type: cardEntities
- entities:
- - entity: switch.drukarka3d
- name: Drukarka XD
- icon: mdi:printer-3d
- - entity: switch.zbmini_pracownia
- name: Światło
- icon: mdi:globe-light
- - entity: switch.hejdom_pl
- name: Klipper
- icon: mdi:raspberry-pi
- - entity: sensor.michal_temperatura
- title: Pracownia
- - type: cardGrid
- entities:
- - entity: light.zarowka_hykker
- name: Lampka
- icon: mdi:desk-lamp
- - entity: light.sonoff_d1
- name: Wentylator
- icon: mdi:fan
- - entity: sensor.example_item
- - entity: input_boolean.example_item
- title: Pracownia 2
- - type: cardEntities
- entities:
- - entity: fan.wentylator_pracownia
- - entity: sensor.example_item
- - entity: button.example_item
- - entity: number.example_item
- title: Example Entities 3
- - type: cardThermo
- entity: climate.glowica_salon
- - type: cardMedia
- entity: media_player.biuro
- - type: cardAlarm
- entity: alarm_control_panel.alarmo
- - type: cardEntities
- entities:
- - entity: scenes.example_item
- - entity: script.example_item
- - entity: button.example_item
- - entity: input_button.example_item
- title: Example Entities 4
- - type: cardGrid
- entities:
- - entity: light.example_item
- - entity: switch.example_item
- - entity: delete
- - entity: button.example_item
- - entity: cover.example_item
- - entity: delete # delete at the end is optional
- title: Exmaple Gird
- - type: cardQR
- title: WiFi
- qrCode: "WIFI:S:Test-WiFi;T:WPA;P:test_pw;;"
- entities:
- - entity: iText.HejDom.pl
- name: Nazwa
- icon: mdi:wifi
- - entity: iText.Polub nas na FB
- name: Hasło
- icon: mdi:key
- my_app:
- module: update_table
- class: UpdateTable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement