{"id":23366584,"url":"https://github.com/dmptrluke/esphome_hp303b","last_synced_at":"2025-04-10T14:02:17.957Z","repository":{"id":41052330,"uuid":"196737861","full_name":"dmptrluke/esphome_hp303b","owner":"dmptrluke","description":"An ESPHome component for the HP303B barometric pressure sensor.","archived":false,"fork":false,"pushed_at":"2021-08-07T08:49:50.000Z","size":3,"stargazers_count":1,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:46:33.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/dmptrluke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-13T15:37:46.000Z","updated_at":"2020-09-24T00:03:08.000Z","dependencies_parsed_at":"2022-09-20T21:21:06.956Z","dependency_job_id":null,"html_url":"https://github.com/dmptrluke/esphome_hp303b","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fesphome_hp303b","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fesphome_hp303b/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fesphome_hp303b/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fesphome_hp303b/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmptrluke","download_url":"https://codeload.github.com/dmptrluke/esphome_hp303b/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248230609,"owners_count":21069171,"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":[],"created_at":"2024-12-21T14:16:36.970Z","updated_at":"2025-04-10T14:02:17.907Z","avatar_url":"https://github.com/dmptrluke.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esphome_hp303b\nAn ESPHome custom sensor component for the HP303B barometric pressure sensor.\n\nAn example of how to use this file is below:\n\n```yaml\nesphome:\n  name: barometric_pressure_sample\n  platform: ESP8266\n  board: d1_mini\n  libraries:\n    - \"wemos/LOLIN_HP303B_Library\" # lib from github\n    - \"SPI\" # lib from platformio\n  includes:\n    - hp303b.h\n\n  \nsensor:\n  - platform: custom\n    lambda: |-\n      auto hp_sensor = new HP303BSensor();\n      App.register_component(hp_sensor);\n      return {hp_sensor};\n\n    sensors:\n      name: \"Barometric Pressure\"\n      icon: \"mdi:gauge\"\n      unit_of_measurement: hPa\n      accuracy_decimals: 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmptrluke%2Fesphome_hp303b","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmptrluke%2Fesphome_hp303b","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmptrluke%2Fesphome_hp303b/lists"}