Hi all,
i add 2 simple script to scripts.yaml to power on/off a light via ifttt and all works but the strange (for me!!!) is that scripts appear on overview. Is it possible to remove?
thanks
Hi all,
i add 2 simple script to scripts.yaml to power on/off a light via ifttt and all works but the strange (for me!!!) is that scripts appear on overview. Is it possible to remove?
thanks
do you want to hide them completely from the frontend or just remove them from the overview and display them somewhere else?
I prefer to remove from frontend, but form my background you can explain the 2 options.
Thanks
if you want to completely hide them any view you can set them to hidden in the customize section.
for example:
sensor.computer_room_motion_sourcenodeid:
hidden: true
or you can create a different tab aside from “overview” by creating a group, designate it a “view” and display it there.
for example in the groups section:
system_view:
view: yes
name: System
entities:
- group.system
- group.pc_control
system:
name: System
entities:
- sensor.processor_use
- sensor.disk_use_percent_
- sensor.memory_free
- sensor.network_in_eth0
- sensor.network_out_eth0
be aware tho that you will lose your “overview” tab and everything it displays there unless you move it to a different “view” (i.e. tab)