GithubHelp home page GithubHelp logo

Comments (5)

gabrio79 avatar gabrio79 commented on August 16, 2024

I'm not sure that is a bug (separator is depending on your settings)... but you could try to apply

{{ states('binary_sensor. temp_zone_vie').replace(',','.') }}

from airzonecloud-homeassistant.

landaisbenj avatar landaisbenj commented on August 16, 2024

I try but it's break the entity:

image

You talk about what settings ? Aircloud or Home assistant ? Because Home assistant look like be good..

from airzonecloud-homeassistant.

landaisbenj avatar landaisbenj commented on August 16, 2024
    temp_zone_vie:
      unique_id: 4cbf0f03-2f7e-4697-ad20-098a1288f4c9
      friendly_name: "Zone Vie"
      device_class: temperature
      value_template:  "{{state_attr('climate.domicile_zone_vie', 'current_temperature').replace(',','.')}}"

image

from airzonecloud-homeassistant.

gabrio79 avatar gabrio79 commented on August 16, 2024

i think that .replace() doesn't works on state_attr, you need to creata another binary_sensor (ie: temp_zone_vie_wit_point)
something like

temp_zone_vie_wit_point:
      unique_id: 4cbf0f03-2f7e-4697-ad20-098a12s88f4c9
      device_class: temperature
      value_template:  "{{ states('binary_sensor.temp_zone_vie_wit_point').replace(',','\.') }}"

from airzonecloud-homeassistant.

max13fr avatar max13fr commented on August 16, 2024

Hello,

Can you retry with the new version (v1.1.1) ?

from airzonecloud-homeassistant.

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.