Skip to content

Google Home cannot control percentage of blinds. #130477

Open
@ishimarumakoto

Description

The problem

Hi,
I posted here about my issue.
I have a Star ring - smart curtain switch (TS0601) that I once have them connected to Home Assistant by Tuya.
This same integration was used within Google Home where I could give commands with the percentage of the blind that I wanted.
When changing grom Smart Life to Nabu Casa, my blinds stopped working with this "open x in 10%" command.
I tried using a template to somewhat fix it but no sucess.
Again, the same smart curtain switch worked in Smart Life so there is a configuration to have it working.

What version of Home Assistant Core has the issue?

core-2024.11.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

google_assistant

Link to integration documentation on our website

https://www.home-assistant.io/integrations/google_assistant/

Diagnostics information

No response

Example YAML snippet

cover:
  - platform: template
    covers:
      estores_escritorio_google:
        unique_id: estores_escritorio_google
        friendly_name: "Estores Escritorio Google"
        position_template: "{{ state_attr('cover.estores_escritorio', 'current_position') | int }}"
        availability_template: >
          {{ not is_state('cover.estores_escritorio', 'unavailable') }}
        device_class: blind
        open_cover:
          action: cover.open_cover
          target:
            device_id: 7a22bccdddb7a3ed65959faff951a44b
        close_cover:
          action: cover.close_cover
          target:
            device_id: 7a22bccdddb7a3ed65959faff951a44b
        stop_cover:
          action: cover.stop_cover
          target:
            device_id: 7a22bccdddb7a3ed65959faff951a44b
        set_cover_position:
          action: cover.set_cover_position
          target:
            device_id: 7a22bccdddb7a3ed65959faff951a44b
          data:
            position: "{{ position }}"

Anything in the logs that might be useful for us?

No response

Additional information

No response

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions