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

Can't retrieve attributes #11

Open
ggonmar opened this issue Feb 16, 2023 · 1 comment
Open

Can't retrieve attributes #11

ggonmar opened this issue Feb 16, 2023 · 1 comment

Comments

@ggonmar
Copy link

ggonmar commented Feb 16, 2023

It may be matter of me not being savvy enough on HA, but I'm trying to get the huddle_state of the entity I'm pulling, to no avail:

From documentation, given the sensor sensor.slack_g, there is an attribute called huddle_state.

I've set up a template sensor as follows:

sensor:
  - platform: template
    sensors:
        slack_huddle:
             value_template: "{{ states_attr('sensor.slack_g', 'huddle_state') }}"

But it's showing a permanent "Unavailable.
The same happens with other attributes.

@MrFinchMkV
Copy link
Contributor

Hey :)
A littlebit late, but - maybe you have the same problem as tripo23: #5

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