@merkelbeek wrote:
Hi Everyone,
I added a wake on lan switch but its not showing up, if i add it into another place it shows up.
I think i am forgeting something at the end of my codes/entities:#------------------------------------------------------------------------------------------ # WEER VOORSPELLING #------------------------------------------------------------------------------------------ - entity: weather.thuis theme: Teal type: weather-forecast - detail: 2 entity: sensor.buienalarm_precipitation graph: line hours_to_show: 2 name: Buienalarm theme: Teal type: sensor - platform: #------------------------------------------------------------------------------------------ # Wake on Lan # ------------------------------------------------------------------------------------------ - entity: switch.donny_pc type: entities title: Wake on Lan show_header_toggle: false entities: - entity: switch.donny_pc name: Donny PC #------------------------------------------------------------------------------------------ # Yeelight - Game Kamer #------------------------------------------------------------------------------------------ type: custom:light-entity-card entity: light.game_kamer show_slider_percent: true smooth_color_wheel: true effects_list: true full_width_sliders: true #------------------------------------------------------------------------------------------
This is my whole lovelace config:
title: Thuis #---------------------------------------------------------------------------------------- background: url("/local/background3.jpg") #---------------------------------------------------------------------------------------- resources: - url: /community_plugin/compact-custom-header/compact-custom-header.js type: module - url: /community_plugin/decluttering-card/decluttering-card.js type: module - url: /community_plugin/calendar-card/calendar-card.js type: js - url: /community_plugin/light-entity-card/light-entity-card.js type: js - url: /community_plugin/lovelace-gui-sandbox/gui-sandbox.js type: module - url: /community_plugin/garbage-collection-card/garbage-collection-card.js type: module - url: /community_plugin/lovelace-github-entity-row/github-entity-row.js type: js - url: /community_plugin/banner-card/banner-card.js type: module - url: /community_plugin/vertical-stack-in-card/vertical-stack-in-card.js type: js - url: /community_plugin/light-entity-card/light-entity-card.js type: js views: #------------------------------------------------------------------------------------------ - badges: - entity: person.donny cards: #------------------------------------------------------------------------------------------ # EDIT GUI MODE #------------------------------------------------------------------------------------------ # - entity: editmode # type: custom:gui-sandbox #------------------------------------------------------------------------------------------ # WEER VOORSPELLING #------------------------------------------------------------------------------------------ - entity: weather.thuis theme: Teal type: weather-forecast - detail: 2 entity: sensor.buienalarm_precipitation graph: line hours_to_show: 2 name: Buienalarm theme: Teal type: sensor - platform: #------------------------------------------------------------------------------------------ # Wake on Lan # ------------------------------------------------------------------------------------------ - entity: switch.donny_pc type: entities title: Wake on Lan show_header_toggle: false entities: - entity: switch.donny_pc name: Donny PC #------------------------------------------------------------------------------------------ # Yeelight - Game Kamer #------------------------------------------------------------------------------------------ type: custom:light-entity-card entity: light.game_kamer show_slider_percent: true smooth_color_wheel: true effects_list: true full_width_sliders: true #------------------------------------------------------------------------------------------ # TAB 1----------------------------------------------------------------------------------- #------------------------------------------------------------------------------------------ icon: 'mdi:shield-home' theme: synthwave title: Thuis - badges: [] cards: - entity: editmode type: custom:gui-sandbox - platform: type: custom:light-entity-card entity: light.game_kamer show_slider_percent: true smooth_color_wheel: true effects_list: true full_width_sliders: true icon: 'mdi:home-floor-2' theme: synthwave title: Thuis2 #------------------------------------------------------------------------------------------ # Compact Custom Header #------------------------------------------------------------------------------------------ cch: menu: overflow header: true background: rgba(155, 155, 155, 0.25) clock_format: 24 notifications: Show options: clock swipe_animate: fade swipe_prevent_default: true swipe: true
Posts: 1
Participants: 1