{"id":18929188,"url":"https://github.com/jwillikers/esphome-funhouse","last_synced_at":"2025-04-15T15:30:50.670Z","repository":{"id":104838609,"uuid":"446446523","full_name":"jwillikers/esphome-funhouse","owner":"jwillikers","description":"An ESPHome configuration for the Adafruit FunHouse development board powered by the ESP32-S2","archived":true,"fork":false,"pushed_at":"2022-01-11T13:46:11.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T21:52:12.668Z","etag":null,"topics":["adafruit","esp32","esp32-s2","esphome","funhouse","home-assistant","mcp9808"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwillikers.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.adoc","code_of_conduct":"CODE_OF_CONDUCT.adoc","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}},"created_at":"2022-01-10T14:03:00.000Z","updated_at":"2024-10-12T13:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab5b0884-4a33-4fe5-bcb8-7678f0ab103a","html_url":"https://github.com/jwillikers/esphome-funhouse","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/jwillikers%2Fesphome-funhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fesphome-funhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fesphome-funhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fesphome-funhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwillikers","download_url":"https://codeload.github.com/jwillikers/esphome-funhouse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097791,"owners_count":21212353,"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":["adafruit","esp32","esp32-s2","esphome","funhouse","home-assistant","mcp9808"],"created_at":"2024-11-08T11:31:02.225Z","updated_at":"2025-04-15T15:30:50.658Z","avatar_url":"https://github.com/jwillikers.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"= ESPHome FunHouse\nJordan Williams \u003cjordan@jwillikers.com\u003e\n:experimental:\n:icons: font\nifdef::env-github[]\n:tip-caption: :bulb:\n:note-caption: :information_source:\n:important-caption: :heavy_exclamation_mark:\n:caution-caption: :fire:\n:warning-caption: :warning:\nendif::[]\n:Adafruit-FunHouse: https://www.adafruit.com/product/4985[Adafruit FunHouse]\n:Adafruit-MCP9808: https://www.adafruit.com/product/5027[Adafruit MCP9808]\n:Asciidoctor_: https://asciidoctor.org/[Asciidoctor]\n:ESP32-S2: https://www.espressif.com/en/products/socs/esp32-s2[ESP32-S2]\n:ESPHome: https://esphome.io[ESPHome]\n:Git: https://git-scm.com/[Git]\n:Linux: https://www.linuxfoundation.org/[Linux]\n:Podman: https://podman.io/[Podman]\n:Python: https://www.python.org/[Python]\n:Rouge: https://rouge.jneen.net/[Rouge]\n:Ruby: https://www.ruby-lang.org/en/[Ruby]\n\nimage:https://img.shields.io/github/workflow/status/jwillikers/esphome-funhouse/CI/main[GitHub Workflow Status]\nimage:https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white[pre-commit, link=https://github.com/pre-commit/pre-commit]\n\nAn {ESPHome} configuration for the {Adafruit-FunHouse} development board powered by the {ESP32-S2}.\nThis configuration also includes an {Adafruit-MCP9808} temperature and humidity sensor.\n\n== Usage\n\n[NOTE]\n====\nDue to the fact that the ESP32-S2 is relatively new, ESPHome doesn't have full support for the microcontroller yet.\nMany features are unavailable using the ESP-IDF framework, which works best with the new chip.\n====\n\n[NOTE]\n====\nSupport for Linux on `aarch64` is still in the works for the ESP-IDF platform, so I suggest using `x86_64`.\n====\n\n. Clone the repository.\n+\n[source,sh]\n----\ngit clone https://github.com/jwillikers/esphome-funhouse.git\n----\n\n. Copy the file to the ESPHome configuration directory.\nIn my case, this directory is a named volume managed by {Podman}.\n+\n[source,sh]\n----\ncp esphome-funhouse/FunHouse.yaml ~/.local/share/containers/storage/volumes/esphome-config/_data/\n----\n\n== Contributing\n\nContributions in the form of issues, feedback, and even pull requests are welcome.\nMake sure to adhere to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].\n\n== Open Source Software\n\nThis project is built on the hard work of countless open source contributors.\nSeveral of these projects are enumerated below.\n\n* {Asciidoctor_}\n* {ESPHome}\n* {Git}\n* {Linux}\n* {Podman}\n* {Python}\n* {Rouge}\n* {Ruby}\n\n== Code of Conduct\n\nRefer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct] for details.\n\n== License\n\nThis repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3], a copy of which is provided in the link:LICENSE.adoc[license file].\n\n© 2022 Jordan Williams\n\n== Authors\n\nmailto:{email}[{author}]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fesphome-funhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwillikers%2Fesphome-funhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fesphome-funhouse/lists"}