Advertisement
arushear

apps

May 6th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. ---
  2. nspanel-1:
  3. module: nspanel-lovelace-ui
  4. class: NsPanelLovelaceUIManager
  5. config:
  6. panelRecvTopic: "tele/nspanel-8/RESULT"
  7. panelSendTopic: "cmnd/nspanel-8/CustomSend"
  8. updateMode: "auto-notify"
  9. sleepTimeout: 20
  10. #sleepBrightness: 10
  11. sleepBrightness:
  12. - time: "7:00:00"
  13. value: 10
  14. - time: "23:00:00"
  15. value: 0
  16. locale: "pl_PL" # used for translations in translations.py and for localized date if babel python package is installed
  17. screensaver:
  18. type: screensaver2
  19. entities:
  20. - entity: weather.demo_weather_north
  21. - entity: sensor.outside_temperature
  22. - entity: sensor.outside_temperature
  23. - entity: sensor.termometr_xiaomi_temperature
  24. - entity: weather.demo_weather_north
  25. type: 1
  26. - entity: weather.demo_weather_north
  27. type: 2
  28. - entity: weather.demo_weather_north
  29. type: 3
  30. - entity: sensor.total_gas_m3
  31. - entity: sensor.carbon_dioxide
  32. - entity: sensor.today_energy
  33. - entity: light.lampa_pracownia
  34. icon: mdi:clock
  35. - entity: light.kitchen_lights
  36. icon: mdi:fridge-outline
  37. - entity: light.office_rgbw_lights
  38. icon: mdi:office-building
  39. - entity: switch.ac
  40. icon: mdi:home-thermometer
  41. - entity: fan.ceiling_fan
  42. doubleTapToUnlock: True
  43. statusIcon1:
  44. entity: switch.decorative_lights
  45. statusIcon2:
  46. entity: light.office_rgbw_lights
  47. icon: "txt:test12345"
  48. cards:
  49. - type: cardEntities
  50. entities:
  51. - entity: switch.drukarka3d
  52. name: Drukarka XD
  53. icon: mdi:printer-3d
  54. - entity: switch.zbmini_pracownia
  55. name: Światło
  56. icon: mdi:globe-light
  57. - entity: switch.hejdom_pl
  58. name: Klipper
  59. icon: mdi:raspberry-pi
  60. - entity: sensor.michal_temperatura
  61. title: Pracownia
  62. - type: cardGrid
  63. entities:
  64. - entity: light.zarowka_hykker
  65. name: Lampka
  66. icon: mdi:desk-lamp
  67. - entity: light.sonoff_d1
  68. name: Wentylator
  69. icon: mdi:fan
  70. - entity: sensor.example_item
  71. - entity: input_boolean.example_item
  72. title: Pracownia 2
  73. - type: cardEntities
  74. entities:
  75. - entity: fan.wentylator_pracownia
  76. - entity: sensor.example_item
  77. - entity: button.example_item
  78. - entity: number.example_item
  79. title: Example Entities 3
  80. - type: cardThermo
  81. entity: climate.glowica_salon
  82. - type: cardMedia
  83. entity: media_player.biuro
  84. - type: cardAlarm
  85. entity: alarm_control_panel.alarmo
  86. - type: cardEntities
  87. entities:
  88. - entity: scenes.example_item
  89. - entity: script.example_item
  90. - entity: button.example_item
  91. - entity: input_button.example_item
  92. title: Example Entities 4
  93. - type: cardGrid
  94. entities:
  95. - entity: light.example_item
  96. - entity: switch.example_item
  97. - entity: delete
  98. - entity: button.example_item
  99. - entity: cover.example_item
  100. - entity: delete # delete at the end is optional
  101. title: Exmaple Gird
  102. - type: cardQR
  103. title: WiFi
  104. qrCode: "WIFI:S:Test-WiFi;T:WPA;P:test_pw;;"
  105. entities:
  106. - entity: iText.HejDom.pl
  107. name: Nazwa
  108. icon: mdi:wifi
  109. - entity: iText.Polub nas na FB
  110. name: Hasło
  111. icon: mdi:key
  112.  
  113. my_app:
  114. module: update_table
  115. class: UpdateTable
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement