Hass.io 0.99.3 cant do customize hidden?

I did a brand new install of Hass.io on my pi3b (had HA running there for about 2 years now), just to have a clean install. I can’t get the customize hidden to work?

customize:
    sun.sun:
      hidden: true

I have also done the customize: !include customize.yaml
And used the UI to hide with no luck.

I can change icons and custom name and and. But no hidden?

Has anyone else seen this?

That is only relevant for the older states display not Lovelace. For Lovelace you just don’t include the entity in a card.

I haven’t tried with sun yet, but I do have quite a few entities hidden in .99.3. I still have not created a customized lovelace ui, but with the automatic created view it works.

customize.yaml

input_boolean.light_back_hidden:
  hidden: true
input_boolean.light_back:
  hidden: true
calendar.feestdagen_in_belgie:
  hidden: true
calendar.p_k:
  hidden: true
calendar.pmd:
  hidden: true
calendar.afval:
  hidden: true
automation.rfbridge_demultiplexer:
  hidden: true
automation.status_bij_opstarten_ha:
  hidden: true
timer.timerlichtbovenoverloop:
  hidden: true
timer.timerlichtwaskot:
  hidden: true
automation.licht_waskot_af:
  hidden: true
automation.licht_bovenoverloop_af:
  hidden: true
light.lichtslaapkamervooraan:
  hidden: true
light.lichtbovenoudeslaapkamer: {}
light.lichtslaapkamervooraan2:
  hidden: true
script.scriptlichtslaapkamervooraan2af:
  hidden: true
script.scriptlichtslaapkamervooraanaf:
  hidden: true
light.lichtvooraankleinelichten:
  hidden: true
light.lichtvooraangrotelichten:
  hidden: true
light.lichtvooraandeur:
  hidden: true
script.scriptlichtvooraandeuraf:
  hidden: true
script.scriptlichtvooraangrotelichtenaf:
  hidden: true
script.scriptlichtvooraankleinelichtenaf:
  hidden: true
sensor.lichtvooraandeur_status:
  hidden: true
sensor.lichtvooraangrotelichten_status:
  hidden: true
sensor.lichtvooraankleinelichten_status:
  hidden: true
sensor.lichtslaapkamervooraan_status:
  hidden: true
sensor.lichtslaapkamervooraan2_status:
  hidden: true
automation.zigbee2mqtt_log_level:
  hidden: true
automation.rfbridge_demultiplexer2:
  hidden: true
switch.switchkamerschuindak:
  hidden: true
binary_sensor.updater:
  hidden: true
device_tracker.aa_a0_01_0b_d5_cb:
  hidden: true
automation.rflink_log:
  hidden: true
binary_sensor.sensortvboven:
  hidden: true
automation.rfbridge_log:
  hidden: true
automation.purge_recorder:
  hidden: true

all works.

thank you guys
I did that then it looks like this
This is if I just take it out.
If i say hidden: true
It just ignores the code.

image



sun.sun:
  Friendly_name: Sun
  hidden: true

device_tracker.nico:
  hidden: false

device_tracker.zeca:
  hidden: false

device_tracker.helena_vdwalt:
  hidden: false





#Switches and lights

  
light.pc_lights:
  icon: mdi:led-variant-outline


switch.pc_room_led:
  icon: mdi:desktop-classic

switch.braai_room:
  icon: mdi:radiator

switch.entry_light:
  icon: mdi:door

switch.outside_led:
  icon: mdi:led-strip

switch.outside_lights:
  icon: mdi:spotlight

switch.tv_room_light:
  icon: mdi:television-classic

#light.led_lights:
#  icon: mdi:led-strip

input_select.holiday_led_effect:
  icon: mdi:format-list-checks

input_number.animation_speed:
  icon: mdi:speedometer

switch.pool_pump:
  icon: mdi:pool
  
#Sensors
  
sensor.kw_total:
  friendly_name: 'Total kW'
  icon: mdi:alpha-w
  
sensor.pow_current:
  friendly_name: 'Amps'
  icon: mdi:alpha-a
  
sensor.pow_voltage:
  friendly_name: 'Volts'
  icon: mdi:alpha-v
  
sensor.kw_today:
  friendly_name: 'kW Today'
  icon: mdi:alpha-w

sensor.kw_yesterday:
  friendly_name: 'kW Yesterday'
  icon: mdi:alpha-w

as you can see all my other Customize works

Reload maybe?

Well, I just tried. After a restart sun is not visible anymore.

Tom answered your question. Are you using lovelace ? Then ‘hidden’ no longer works.
If you use lovelace just don’t include the entity.
It only works on the older ‘states’ display.

Question : if you never customized your ui, the URL on HA shows IP:8123/lovelace/default_view . Is that the old ‘states’ view, or an automatic generated lovelace view ?

It says Lovelace in the URL. It’s Lovelace. If it was states it would say states

Yes its lovelace. Very weird.

Anyway, hidden works. Tested it.

Hi thank you.
What i did in the end was to go to Raw config editor in lovelace and took it out of the code and its gone now.

Realy thank you for all the help and testing.

Hi.

Just looking at your solution. What do you mean by Raw config editor?
I cant find it in lovelace UI

Thank You

/Finn

Hit the 3 dot menu in upper right. Configure UI. Hit the 3 dot menu again. Raw editor

Thanks:-)
I got a lot to learn yet.