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

no history found for iaq level #105

Open
Progaros opened this issue Jan 28, 2023 · 1 comment
Open

no history found for iaq level #105

Progaros opened this issue Jan 28, 2023 · 1 comment
Labels
bug Something isn't working.

Comments

@Progaros
Copy link

Environment

  • Home Assistant Core release with the issue: newest
  • This custom component release with the issue: newest
  • Last working this custom component release (if known): none (downloaded 1 week ago)
  • Operating environment (Home Assistant/Supervisor/Docker/venv): newest

Describe the bug

Zimmer Indoor Air Quality Level
Fair (6 minutes ago)
**History: No statistics found.**

Configuration.yaml

iaquk:
  zimmer:
    sources:
      temperature: sensor.temperature
      humidity: sensor.humidity
      co2: sensor.scd30_co2
    sensors:
      - iaq_level
      - iaq_index

history:

recorder:
  purge_keep_days: 10

Steps to Reproduce

Expected behavior

history of sensor with recent states

Debug log


Add your logs here.

Additional context

@Progaros Progaros added the bug Something isn't working. label Jan 28, 2023
Limych added a commit that referenced this issue Feb 8, 2023
Update pylint requirement from ~=2.14 to ~=2.15
@cinghialino
Copy link

Same problem here. Care to fix it, please?

Limych pushed a commit that referenced this issue Oct 1, 2023
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.262 to
0.0.263.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charliermarsh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.0.263</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Rules</h3>
<ul>
<li>[<code>flake8-bugbear</code>] Add
<code>pytest.raises(Exception)</code> support to B017 by <a
href="https://github.com/alanhdu"><code>@​alanhdu</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4052">charliermarsh/ruff#4052</a></li>
<li>[<code>flake8-import-conventions</code>] Implement new rule
<code>ICN003</code> to ban <code>from ... import ...</code> for selected
modules by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4040">charliermarsh/ruff#4040</a></li>
<li>[<code>pylint</code>] Implement PLE0302
<code>unexpected-special-method-signature</code> by <a
href="https://github.com/mccullocht"><code>@​mccullocht</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4075">charliermarsh/ruff#4075</a></li>
<li>[<code>pep8-naming</code>] Ignore <code>N815</code> for
<code>TypedDict</code> fields by <a
href="https://github.com/JonathanPlasse"><code>@​JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4066">charliermarsh/ruff#4066</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Avoid <code>PYI015</code> for valid default value without annotation
by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4043">charliermarsh/ruff#4043</a></li>
<li>Avoid infinite-propagation of inline comments when force-splitting
imports by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4074">charliermarsh/ruff#4074</a></li>
<li>Fix SIM222 and SIM223 false positives and auto-fix by <a
href="https://github.com/JonathanPlasse"><code>@​JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4063">charliermarsh/ruff#4063</a></li>
<li>Unify positional and keyword arguments when checking for missing
arguments in docstring by <a
href="https://github.com/evanrittenhouse"><code>@​evanrittenhouse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4067">charliermarsh/ruff#4067</a></li>
<li>Avoid <code>RUF008</code> if field annotation is immutable by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4039">charliermarsh/ruff#4039</a></li>
<li>Increment priority should be (branch-local, global) by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4070">charliermarsh/ruff#4070</a></li>
<li>Ignore <code>ClassVar</code> annotation for <code>RUF008</code>,
<code>RUF009</code> by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4081">charliermarsh/ruff#4081</a></li>
<li>Support --fix in watch mode by <a
href="https://github.com/evanrittenhouse"><code>@​evanrittenhouse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4035">charliermarsh/ruff#4035</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alanhdu"><code>@​alanhdu</code></a> made
their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4052">charliermarsh/ruff#4052</a></li>
<li><a href="https://github.com/pronoym99"><code>@​pronoym99</code></a>
made their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4055">charliermarsh/ruff#4055</a></li>
<li><a href="https://github.com/Secrus"><code>@​Secrus</code></a> made
their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4085">charliermarsh/ruff#4085</a></li>
<li><a href="https://github.com/madkinsz"><code>@​madkinsz</code></a>
made their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4084">charliermarsh/ruff#4084</a></li>
<li><a
href="https://github.com/mccullocht"><code>@​mccullocht</code></a> made
their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4075">charliermarsh/ruff#4075</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263">https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/charliermarsh/ruff/commit/fd7ccb4c9e6d04770c9ac4e80bc279bd34e790de"><code>fd7ccb4</code></a>
Bump version to 0.0.263 (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4086">#4086</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/ae6f38344af18b5ff0eade919100b99cc5431e69"><code>ae6f383</code></a>
Unify positional and keyword arguments when checking for missing
arguments in...</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/bbf658d4c5e8fe4e54caaf333547187da25801bb"><code>bbf658d</code></a>
[<code>pylint</code>] Implement PLE0302
<code>unexpected-special-method-signature</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4075">#4075</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/1f3b0fd6020245cc7b9ee0a9c44c8c78433553cb"><code>1f3b0fd</code></a>
Fix <code>SIM222</code> and <code>SIM223</code> false positives and
auto-fix (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4063">#4063</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/37483f3ac99dbd01ec314cb07946059a9f5427f2"><code>37483f3</code></a>
Ignore <code>ClassVar</code> annotation for <code>RUF008</code>,
<code>RUF009</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4081">#4081</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/4d3a1e05816ed8b129a83cf8866383f1752fef96"><code>4d3a1e0</code></a>
Add <code>PrefectHQ/prefect</code> to list of ruff users (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4084">#4084</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/9e5f348a17a63f5f2cc42c5427df480f6bf639a8"><code>9e5f348</code></a>
Add Poetry to the list of projects using Ruff (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4085">#4085</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/5e91211e6d1bd3ac8c0ed996da59fdf2b05d83c9"><code>5e91211</code></a>
Add <code>in_boolean_test</code> to <code>Context</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4072">#4072</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/df77595426cfe0c5e08f604d58ad62126318ba89"><code>df77595</code></a>
Move <code>Truthiness</code> into <code>ruff_python_ast</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4071">#4071</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/407af6e0ae4c6bae2d736df16c6197ef584cdbfa"><code>407af6e</code></a>
Avoid infinite-propagation of inline comments when force-splitting
imports (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.0.262&new-version=0.0.263)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants