…moved from Android App forums…
Hi,
a few days ago, my modded overview page started to display unexpected data. It seems like the displayed data is the state of an item or something like that.
here’s a screenshot:
the overview page was acting like expected for the last year,
but now there’s a “5000” displayed behind every entry…
It occurs to the label tag
of the oh-label-item
I don’t know if my changes to my rule files could have caused this??
But I made no changes to the overview page itself.
here’s the yaml:
config:
label: Übersicht
layoutType: responsive
blocks:
- component: oh-block
config: {}
slots:
default:
- component: oh-grid-row
config: {}
slots:
default:
- component: oh-grid-col
config: {}
slots:
default:
- component: oh-list-card
config: {}
slots:
default:
- component: oh-label-item
config:
action: popup
actionModal: widget:weatherPopup
actionModalConfig:
forecastDays: "3"
itemPrefix: OneCallAPIweatherandforecast_
itemPrefix2: Localweatherandforecast_
locationTitle: Niendorf
timestampFormat: HH:mm
timestampSuffix: Uhr
wordingFeel: gefühlt
wordingHumidity: Luftfeuchtigkeit
wordingPrecipitation: Niederschlagswahrscheinlichkeit
icon: f7:cloud
title: Weather
- component: oh-label-item
config:
action: options
actionItem: HQHub_CurrentActivity
color: purple
expandable: false
f7icon: speaker
fontSize: "-6"
icon: f7:wand_stars_inverse
title: =items["HQHub_CurrentActivity"].state
- component: oh-label-item
config:
action: navigate
actionPage: ="page:"+items["HQHub_CurrentActivity"].state
actionPageTransition: f7-fade
color: blue
expandable: false
fontSize: "-6"
icon: f7:table_fill
title: Harmony Remote
- component: oh-label-item
config:
action: navigate
actionPage: page:SqueezeControl
actionPageTransition: f7-fade
icon: f7:hifispeaker
title: Squeeze Player
- component: oh-label-item
config:
action: navigate
actionPage: page:Actions
actionPageTransition: f7-fade
icon: f7:arrowshape_turn_up_right
title: Actions
- component: oh-label-item
config:
action: navigate
actionPage: page:LightControl
actionPageTransition: f7-fade
icon: f7:lightbulb
title: Lights
- component: oh-label-item
config:
action: navigate
actionPage: page:Sensors
actionPageTransition: f7-fade
icon: f7:radiowaves_right
title: Sensors
- component: oh-label-item
config:
action: navigate
actionPage: page:System
actionPageTransition: f7-fade
icon: f7:graph_square_fill
title: System
- component: oh-block
config: {}
slots:
default: []
masonry: null
grid: null
canvas: null
has anyone an idea what’s happening here? I have no clue…