I just started over after over a year and a half with Home Assistant on an I7,32gb, 1TB HD NUC type system. I had been getting warnings about the Ubuntu/docker installation that had a Supervisor version that could not be updated. So I installed HAOS for NUC. I was also using YAML files for configuration. Now letting the new UI write the code (mostly) using HACS and AddOns. All has been working well (except my learning curve). Today I updated from 2023.1.4 to 2023.1.5 (Original restart install prompted when Supervisor 2022.12.1 came out and the MQTT config rewrites would be needed). Anyway…
After this update to x.1.5 today I have the following a issue with different browsers. Again, no prior issue with x.1.4 and no HA code changed from 1.4 to 1.5…
(NOTE: Works with no issue on iPhone 14PM)
Microsoft Edge
Version 109.0.1518.55 (Official build) (32-bit)
Firefox
Version 108.0.2 (32-bit)
Chrome is up to date
Version 109.0.5414.75 (Official Build) (32-bit)
I have pasted a portion of the code that I am using for these cards.
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: Kitchen
subtitle: null
alignment: center
- type: custom:layout-card
layout_type: custom:masonry-layout
layout:
width: 90
max_cols: 5
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: light.kit_main_lts
icon_height: 40px
icon: mdi:light-recessed
name: Kitchen Main
- show_name: true
show_icon: true
type: button
entity: light.kit_bar_lts
icon: mdi:light-recessed
icon_height: 60px
show_state: false
name: Kitchen Bar
- show_name: true
show_icon: true
type: button
entity: light.kit_side_lt
icon: mdi:light-recessed
name: Kitchen Side
icon_height: 40px
- show_name: true
show_icon: true
type: button
entity: light.kit_sink_lts
icon: mdi:light-recessed
icon_height: 40px
name: Kitchen Sink
- show_name: true
show_icon: true
type: button
entity: light.kit_cntr_lts
name: Kitchen Center
icon: mdi:light-recessed
icon_height: 40px
- show_name: true
show_icon: true
type: button
entity: light.ceilingsurfc
icon: mdi:wall-sconce-flat
name: Kitchen Surface
icon_height: 40px
- show_name: true
show_icon: true
type: button
entity: light.dinette_h_lt
name: Dinette High
icon: mdi:light-recessed
- show_name: true
show_icon: true
type: button
entity: light.dinner_table
name: Dinner Table
icon: mdi:ceiling-light
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: Basement
subtitle: null
alignment: center
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: light.bsmtstairlts
name: Basement Stairs
icon: mdi:stairs
icon_height: 50px
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: light.mainlitesrly
name: Basement Lights
icon: mdi:home-floor-b
icon_height: 50px
- show_name: true
show_icon: true
type: button
entity: light.bsmtstairclg
name: Basement Ent-Light
icon: mdi:light-recessed
icon_height: 50px
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: light.dartboard_lt
icon_height: 50px
icon: mdi:bullseye-arrow