Hi,
Does anyone knows how to remove Items on te left menu? Just like they do in https://demo.home-assistant.io/#/lovelace/0 it only shows overview and developer tools.
Thanks
Hi,
Does anyone knows how to remove Items on te left menu? Just like they do in https://demo.home-assistant.io/#/lovelace/0 it only shows overview and developer tools.
Thanks
In your config.yaml file, remove (or comment out) the lines:
logbook:
map:
history:
hassio: (if you are running hassio)
I donāt have those items, I remember having them in an old Hassio instance but Iāve got a fresh install.
they are surely there if they are showing up in the GUIā¦?
You may want to ssh root into your HASSIO box, go to /config/.storage and rm the lovelace fileā¦ then restart. Those items may be residual from your last setup.
This is my config:
homeassistant:
name: Casa
latitude: !secret home_lat
longitude: !secret home_lon
elevation: 2523
unit_system: metric
time_zone: America/Mexico_City
customize: !include customize.yaml
auth_providers:
auth:
default_config:
lovelace:
mode: yaml
sensor:
ios:
weather:
tts:
zone:
name: Home
latitude: !secret home_lat
longitude: !secret home_lon
radius: 100
icon: mdi:home-map-marker
name: Work
latitude: !secret work_lat
longitude: !secret work_lon
radius: 200
icon: mdi:domain
name: Customer1
latitude: !secret c1_lat
longitude: !secret c1_lon
radius: 250
icon: mdi:domain
name: School
latitude: !secret lf_lat
longitude: !secret lf_lon
radius: 250
icon: mdi:school
light:
insteon:
host: 192.168..
username: ******
password: ******
ip_port: 25105
hub_version: 2
device_override:
- address: 4A6A6C
cat: 0x10
subcat: 0x16
- address: 3705E0
cat: 0x10
subcat: 0x02
product_key: 0x000049
- address: 448821
cat: 0x00
subcat: 0x1B
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
Sorry for thatā¦ I didnāt put it in the right coding way
Doesnāt matterā¦ I get itā¦ so anyway, try doing suggestion mentioned above.
remove default_config: section
Thanks to both of you guys, that worked!
ah yes, I forgot about that recent addition to the config, until jortegamx posted it
Iām sorry to bring this thread back from the dead but somehow thereās my hass.io menu item showing, I donāt know if it was the latest update which has the āgroupsā feature. Do you know how to remove it from an HTML or backend code?
So, I am interested in hiding the āMapsā section, too. It seems like the only way to do that is to comment out the ādefault_config:ā line.
In Hass.io version 0.100.3, that means that the Logbook, the History, and the Configuration sections disappear from the left menu, as well. I am able to manually turn on the Logbook and the History sections (with ālogbook:ā and āhistory:ā, respectively) - but I cannot seem to turn on the Configuration section (nor can I navigate to āhttps:///configā and get to that functionality.
I have tried both āconfiguration:ā and āconfig:ā. The former throws a notification error, and the latter bricks the initialization. Thankfully, I had installed the SSH pluginā¦
Does anybody know how to get the Configuration section to show up, when the ādefault_config:ā is removed or commented out?
Keith
with default_config:
removed, you should use config: # Enables configuration UI
to get the Configuration menu. If itās ābrickingā the install then there is something wrong such as still having the default_config
in there or some indentation issue. The config checker should tell you what the issue is, always run this before restarting HA.
Thanks, @sparkydave. I actually fixed it, a couple of days ago - and typed the reply below (but never pushed the āreplyā buttonā¦ Doh!
On a suggestion of a helpful other member of this community whose name I forgot (in the chat), I tried again - this time placing the āconfig:ā tag as the very first item in the configuration.yaml. Not sure if I fat fingered it yesterday (or the order does actually matter) - but now I am able to pick and choose from the config sections to include (or exclude) per the config integration documentation.
Keith
Hi, Is there any way to remove menu items just for user access but admin can have all menu items?
That I would also like to know
Itās not yet possible to remove all items. But we can do custom Lovelace interface can modify visibility to different users.
Yes, I discovered the back door to adjust the menu items:
Now this only works while logged in.
At the top left where you collapse the menu - you get your mouse from the right of the words āHome Assistantā and drag to the left. Another menu option becomes visible and you can select which ones to delete and add. The ones deleted may be down the scroll.
Core Version
core-2021.6.6
Newest Version
core-2021.6.6
Had a moderator say this was introduced āages agoā. āAlrighty then!ā