We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sensor.slack_g
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.
The text was updated successfully, but these errors were encountered:
Hey :) A littlebit late, but - maybe you have the same problem as tripo23: #5
Sorry, something went wrong.
No branches or pull requests
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 calledhuddle_state
.I've set up a template sensor as follows:
But it's showing a permanent "Unavailable.
The same happens with other attributes.
The text was updated successfully, but these errors were encountered: