I updated to 106 and ally tado sensors have become inactive with new ones created for each of them instead. Very strange
After upgrade Xiaomi sensors (door/window sensor, water sensor) via deconz are unavailable but the show battery level
all custom cards need an update in order to work, check your card for updates.
I think you missed the breaking change section in the release notes.
Pretty sure I didnt
after the update to 106 the surepetcare intergration dont work anymore, i have removed the " household_id" allready, but i still get a error message:
Invalid config for [surepetcare]: expected int @ data['surepetcare']['flaps'][0]. Got OrderedDict([('id', ******), ('name', 'Achterdeur')])
expected int @ data['surepetcare']['pets'][0]. Got OrderedDict([('id', ******), ('name', 'Droppie')]). (See /config/configuration.yaml, line 58).
config is:
surepetcare:
username: !secret sure_petcare_username
password: !secret sure_petcare_password
flaps: [{id: !secret sure_petcare_flaps, name: Achterdeur}]
pets: [{id: !secret sure_petcare_pets, name: Droppie}]
Anybody have and average time to complete upgrade? Im going from 0.105.3 to 106 and im still spinning after an hour.
So Tado was listed as a breaking change due the unique ID changing. This means new entity IDās.
The front end is working fine on my Ipad
Must be something in your config or a custom card.
Thought that was just for multiple accounts?
This change was a result of adding multiple accounts so it impacts all accounts if that makes sense. In order for the integration to know which is which it needed to update the unique ID. In the past the ID was not unique enough for multiple accounts to exist.
I have updated to 0.106 today but I canāt see the brightness_decrease in the Automation section.
I want to use my hue dimmer switch to dim a hue light. What do I have to do to get the new brighten/dim function to work?
Thanks,
Jaques-Ludwig
Hi, I had the same problem, I deleted the decons and added it again so now my sensors are back
What about netatmo public?
How many entities do you have?
I have around 700. The new thing is that now all automations are listed in the entities list. In my installation it made the number of listed entities grow from maybe 400 to 700.
The problem is amplified by the fact that default is to list everything
Rebuild database has nothing to do with it. This is a browser problem. HA frontend is loading too much on a single page. And it is not just text. Each line is code that loads dynamic information
Custom card?
I am talking about the Configuration -> Entities page. It is not part of Lovelace.
And I have no costum theme either
after upgrade, icon will not change color status whether the unit is on or off
cards:
- cards:
- current: true
details: false
entity: weather.emil_stangs_vei_21c
forecast: true
name: NĆ„
type: 'custom:weather-card'
type: horizontal-stack
- cards:
- entity: light.downlight_stue
hold_action:
action: more-info
icon: 'mdi:spotlight-beam'
name: Stue
tap_action:
action: toggle
type: entity-button
- entity: light.taklampe_kjokken
hold_action:
action: more-info
icon: 'mdi:ceiling-light'
name: KjĆøkken
tap_action:
action: toggle
type: entity-button
- entity: light.ledlys_trapp
hold_action:
action: more-info
icon: 'mdi:stairs'
name: Trapp
tap_action:
action: toggle
type: entity-button
- entity: switch.env2001pe_climate_control
hold_action: more-info
icon: 'mdi:air-conditioner'
name: Nissan
tap_action:
action: toggle
type: entity-button
type: horizontal-stack
- cards:
- entity: light.alle_lys_soverom
hold_action:
action: more-info
icon: 'mdi:ceiling-light'
name: Soverom
tap_action:
action: toggle
type: entity-button
- entity: light.downlight_baderom
hold_action: more-info
icon: 'mdi:spotlight'
name: Bad
tap_action: toggle
type: entity-button
- action: more-info
entity: light.lys_ventilator
hold_action: more-info
icon: 'mdi:chemical-weapon'
name: Viftelys
tap_action:
action: toggle
type: entity-button
- entity: light.hue_color_lamp_gang
hold_action:
action: more-info
icon: 'mdi:ceiling-light'
name: Gang
tap_action:
action: toggle
type: entity-button
- entity: light.paere_spisebord_conbee
hold_action:
action: more-info
icon: 'mdi:lamp'
name: Spisebord
tap_action:
action: toggle
type: entity-button
type: horizontal-stack
- cards:
- entity: switch.moccamaster
hold_action: more-info
icon: 'mdi:coffee-maker'
name: Moccamaster
tap_action: toggle
type: entity-button
- entity: light.downlight_veranda
hold_action:
action: more-info
icon: 'mdi:track-light'
name: Utelys
tap_action: toggle
type: entity-button
- entity: light.julelys_ute
hold_action:
action: more-info
icon: 'mdi:pine-tree'
name: Julelys
tap_action:
action: toggle
type: entity-button
- entity: light.julelys_inne
hold_action:
action: more-info
icon: 'mdi:snowflake'
name: Julelys
tap_action:
action: toggle
type: entity-button
type: horizontal-stack
- cards:
- entity: switch.qnap_419_wol
hold_action: more-info
icon: 'mdi:nas'
name: QNAP
tap_action:
action: toggle
type: entity-button
- entity: switch.samsung_power
hold_action: more-info
icon: 'mdi:television-classic'
name: TV
tap_action:
action: toggle
type: entity-button
- entity: switch.samsung_hdmi1
hold_action: more-info
icon: 'mdi:video-input-hdmi'
name: HDMI 1
tap_action:
action: toggle
type: entity-button
- entity: switch.samsung_hdmi2
hold_action: more-info
icon: 'mdi:video-input-hdmi'
name: HDMI 2
tap_action:
action: toggle
type: entity-button
type: horizontal-stack
- cards:
- entity: alarm_control_panel.emil_stangs_vei_21c
name: Alarm
states:
- arm_away
type: alarm-panel
type: horizontal-stack
type: vertical-stack
700 is an impressive number. Iām curious what makes up the majority of those. For the history page I would imagine you probably wouldnāt need history on all of them? Maybe excluding some from recorder would help with the history not loading part? Like I had scenes in there from lutron and there was no need to see round the clock of the same status of āSceneingā.
think this is related to a change introduced in 0.105ā¦assuming Iām right then you need to add state_color: true
to the card(s) and youāll be back in action (thereās more on this in the comments under the 0.105 release notes)