Code Monkey home page Code Monkey logo

Comments (7)

frenck avatar frenck commented on May 26, 2024 2

Oh no! Get well soon 🚑 🩹

from wienernetzesmartmeter.

TheRealVira avatar TheRealVira commented on May 26, 2024 1

Ah good idea! Thanks for the insight, I might migrate it as soon as I am not sick anymore 🤧

from wienernetzesmartmeter.

HSteindl avatar HSteindl commented on May 26, 2024 1

Excuse me being a total newbie, this is my first GIT comment ever (and I am no coder at all)
While you awesome guys are at it:
Similar to what you did in #39
I think you might want to also change the Energy units "kWh" over to the new enum.

In File wnsm/sensor.py

change line 19
OLD: ENERGY_KILO_WATT_HOUR,
NEW UnitOfEnergy,

in Line 97 and 98
OLD: "ENERGY_KILO_WATT_HOUR"
NEW: "UnitOfEnergy.KILO_WATT_HOUR"

This has change has been introduced by home-assistant/core@842cb18

@frenck seems to be the man knowing if I am talking total BS or if it is worthwhile.

Thanks to all!
HST

from wienernetzesmartmeter.

frenck avatar frenck commented on May 26, 2024 1

@HSteindl Yes, you are right. We have many more new enums around and many more constants that have been deprecated (like all state class and unit constants).

For example, the energy enum you are referring to has been introduced in Home Assistant Core 2022.11 for the first time, and we still need to complete the entire migration in Core at this point.

That said, if a custom integration starts using those now, it would mean that for anyone using an older version of Home Assistant (before 2022.11), the custom integration would break.

For Core development, we have the advantage of not having to support multiple Home Assistant versions like custom integrations.

../Frenck

from wienernetzesmartmeter.

DarwinsBuddy avatar DarwinsBuddy commented on May 26, 2024

Thanks @frenck for this valuable input.

Get well soon @TheRealVira 💊

from wienernetzesmartmeter.

frenck avatar frenck commented on May 26, 2024

Awesomely fast resolved! Thanks!

Happy New Year 🥂

../Frenck

from wienernetzesmartmeter.

DarwinsBuddy avatar DarwinsBuddy commented on May 26, 2024

Hi @HSteindl and @frenck

Thanks a lot for your input and your participation.

@HSteindl no need for an excuse, any contribution or input is welcome. Especially if it's something we are currently not aware of dealing with. e.g. dealing with changes in Home Assistant.

I'm trying to keep track of the changes in Home Assistant, but lack the time currently to look at all the release notes.

@frenck What would be your suggestion to look at when it comes to deprecation and new developments, summarized in a easily digestible manner, so we can inform ourselves and document it properly in this project?

from wienernetzesmartmeter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.