Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Cannot add property useTemperature, object is not extensible" Problem with HA 0.106.1 #5

Open
CM000n opened this issue Feb 28, 2020 · 1 comment

Comments

@CM000n
Copy link

CM000n commented Feb 28, 2020

Hello, since the update to Home Assistant 0.106.1 I get the following error message on pages where the thermostat card is used and the page cannot be displayed

Cannot add property useTemperature, object is not extensible
type: 'custom:homekit-card'
breakOnMobile: true
statePositionTop: true
entities:
  - title: Klimakontrolle
    entities:
      - entity: climate.heizung_bad
        tap_action:
          action: call-service
          service: browser_mod.popup
          service_data:
            title: Thermostat
            style:
              position: fixed
              z-index: 999
              top: 0
              left: 0
              height: 100%
              width: 100%
              display: block
              align-items: center
              justify-content: center
              background: 'rgba(0, 0, 0, 0.8)'
              flex-direction: column
              margin: 0
              '--iron-icon-fill-color': '#FFF'
            card:
              type: 'custom:thermostat-popup-card'
              entity: climate.heizung_bad
              fullscreen: false
            deviceID:
              - this
      - entity: climate.heizung_buro
        tap_action:
          action: call-service
          service: browser_mod.popup
          service_data:
            title: Thermostat
            style:
              position: fixed
              z-index: 999
              top: 0
              left: 0
              height: 100%
              width: 100%
              display: block
              align-items: center
              justify-content: center
              background: 'rgba(0, 0, 0, 0.8)'
              flex-direction: column
              margin: 0
              '--iron-icon-fill-color': '#FFF'
            card:
              type: 'custom:thermostat-popup-card'
              entity: climate.heizung_buro
              fullscreen: false
            deviceID:
              - this
  - title: Temperaturen
    entities:
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.temperatur_wohnzimmer_lowboard
        noPadding: true
        cardOptions:
          entities:
            - sensor.temperatur_wohnzimmer_lowboard
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.temperatur_climate_bad
        noPadding: true
        cardOptions:
          entities:
            - sensor.temperatur_climate_bad
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.temperatur_climate_buero
        noPadding: true
        cardOptions:
          entities:
            - sensor.temperatur_climate_buero
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.temperatur_keller
        noPadding: true
        cardOptions:
          entities:
            - sensor.temperatur_keller
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.darksky_temperature
        noPadding: true
        cardOptions:
          entities:
            - sensor.darksky_temperature
  - title: Luftfeuchtigkeit
    entities:
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.darksky_humidity
        noPadding: true
        cardOptions:
          entities:
            - sensor.darksky_humidity
  - title: Luftfruck
    entities:
      - card: 'custom:mini-graph-card'
        tap_action:
          action: more-info
          entity: sensor.darksky_pressure
        noPadding: true
        cardOptions:
          entities:
            - sensor.darksky_pressure
@DBuit
Copy link
Owner

DBuit commented Feb 28, 2020

@CM000n i think the problem is the homekit card it self. This is fixed in last version but if you use HACS do a reinstall because people had problems that HA won't load the last version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants