{"id":13585286,"url":"https://github.com/jeroenterheerdt/HADailySensor","last_synced_at":"2025-04-07T06:32:59.109Z","repository":{"id":37030846,"uuid":"273333188","full_name":"jeroenterheerdt/HADailySensor","owner":"jeroenterheerdt","description":"Sensor for Home Assistant that gets reset at midnight","archived":false,"fork":false,"pushed_at":"2025-01-06T22:44:58.000Z","size":971,"stargazers_count":85,"open_issues_count":3,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T23:12:26.536Z","etag":null,"topics":["aggregation","average","home-assistant","home-automation","homeassistant","max","maximum","mean","median","min","minimum","sensor","standard-deviation","statistics","stdev","sum","var","variance"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeroenterheerdt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"dutchdatadude","open_collective":null,"ko_fi":"dutchdatadude","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/dutchdatadude"]}},"created_at":"2020-06-18T20:24:54.000Z","updated_at":"2025-04-03T14:59:06.000Z","dependencies_parsed_at":"2025-03-05T18:19:55.914Z","dependency_job_id":"961861c6-2e0e-4b58-b9ae-b3d348c74174","html_url":"https://github.com/jeroenterheerdt/HADailySensor","commit_stats":{"total_commits":67,"total_committers":18,"mean_commits":"3.7222222222222223","dds":0.5522388059701493,"last_synced_commit":"59e942948d05e921e9f00bf36299013baacce8ba"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenterheerdt%2FHADailySensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenterheerdt%2FHADailySensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenterheerdt%2FHADailySensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenterheerdt%2FHADailySensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeroenterheerdt","download_url":"https://codeload.github.com/jeroenterheerdt/HADailySensor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247607660,"owners_count":20965944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aggregation","average","home-assistant","home-automation","homeassistant","max","maximum","mean","median","min","minimum","sensor","standard-deviation","statistics","stdev","sum","var","variance"],"created_at":"2024-08-01T15:04:51.087Z","updated_at":"2025-04-07T06:32:59.103Z","avatar_url":"https://github.com/jeroenterheerdt.png","language":"Python","funding_links":["https://patreon.com/dutchdatadude","https://ko-fi.com/dutchdatadude","https://www.buymeacoffee.com/dutchdatadude","https://www.patreon.com/dutchdatadude"],"categories":["Python"],"sub_categories":[],"readme":"[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/hacs/integration)\n\n[![Support the author on Patreon][patreon-shield]][patreon]\n\n[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]\n\n[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png\n[patreon]: https://www.patreon.com/dutchdatadude\n\n[buymeacoffee]: https://www.buymeacoffee.com/dutchdatadude\n[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\n\n# HADailySensor\n![](logo.png?raw=true)\n\nDaily Sensor custom component for Home Assistant. It takes aggregates an input sensor until midnight. Then it resets.\nAggregation is configurable - available options are: minimum, maximum, sum, average (mean), median, standard deviation and variation.\n\n## Configuration\nInstall the custom component (preferably using HACS) and then use the Configuration --\u003e Integrations pane to search for 'Daily Sensor'. You will need to specify the following:\n- Name of the daily sensor. This name needs to be unique in your Home Assistant installation.\n- Name of the input sensor - this is the sensor that the daily sensor will aggregate during the day.\n- The aggregation to run on the input sensor - you can choose min, max, sum, mean, median, stdev and variation.\n- The interval in seconds in which to update this sensor.\n- Automatic reset at midnight ? By default selected, but can be deselected to allow manual reset\n\nThat's all. You can add the component multiple times to aggregate other sensors. All sensors will be reset at 00:00 local time and can be reset manually by calling the `reset` service for each instance of the component.\n\n## Use case\nThis component is most frequently used to create a minimum and maximum daily temperature sensor based on a temperature sensor that is provided by a weather station, but can be used for many different things.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroenterheerdt%2FHADailySensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeroenterheerdt%2FHADailySensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroenterheerdt%2FHADailySensor/lists"}