Skip to content

Commit

Permalink
fixing issues with time-based statistics (peaks, incorrect values whe…
Browse files Browse the repository at this point in the history
…n values aren't changing) and provide values for statistical function even if only a single input value exists
  • Loading branch information
unfug-at-github committed Aug 26, 2024
1 parent c9e7c76 commit aaceacb
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 79 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1375,8 +1375,8 @@ build.json @home-assistant/supervisor
/tests/components/starline/ @anonym-tsk
/homeassistant/components/starlink/ @boswelja
/tests/components/starlink/ @boswelja
/homeassistant/components/statistics/ @ThomDietrich
/tests/components/statistics/ @ThomDietrich
/homeassistant/components/statistics/ @ThomDietrich @unfug-at-github
/tests/components/statistics/ @ThomDietrich @unfug-at-github
/homeassistant/components/steam_online/ @tkdrob
/tests/components/steam_online/ @tkdrob
/homeassistant/components/steamist/ @bdraco
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/statistics/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "statistics",
"name": "Statistics",
"after_dependencies": ["recorder"],
"codeowners": ["@ThomDietrich"],
"codeowners": ["@ThomDietrich", "@unfug-at-github"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/statistics",
"integration_type": "helper",
Expand Down
Loading

0 comments on commit aaceacb

Please sign in to comment.