{"id":43837303,"url":"https://github.com/oukene/extend_temperature","last_synced_at":"2026-02-06T04:12:23.583Z","repository":{"id":161283635,"uuid":"435374965","full_name":"oukene/extend_temperature","owner":"oukene","description":"custom components for utilizing temperature and humidity sensors","archived":false,"fork":false,"pushed_at":"2025-12-16T03:38:17.000Z","size":180,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T14:21:30.927Z","etag":null,"topics":["homeassistant","integration"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oukene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-06T05:46:13.000Z","updated_at":"2025-12-16T03:38:11.000Z","dependencies_parsed_at":"2025-12-16T10:05:24.568Z","dependency_job_id":null,"html_url":"https://github.com/oukene/extend_temperature","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/oukene/extend_temperature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fextend_temperature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fextend_temperature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fextend_temperature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fextend_temperature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oukene","download_url":"https://codeload.github.com/oukene/extend_temperature/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fextend_temperature/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29149997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["homeassistant","integration"],"created_at":"2026-02-06T04:12:22.988Z","updated_at":"2026-02-06T04:12:23.575Z","avatar_url":"https://github.com/oukene.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n온도, 습도, 풍속, 외부 온도를 지정하여 온습도 센서의 기능을 확장할 수 있는 통합구성요소 입니다.\n\n\n설치시 온도 습도는 필수이고 풍속은 옵션입니다. 풍속을 입력하게 되면 체감온도가 추가 됩니다.\n\n\n---\n\n## - 설치 방법\n\n###\n\n수동설치\n\n- 소스코드를 다운로드 받은 후 HA 내부의 custom_components 경로에 extend_temperature 폴더를 넣어주고 재시작\n\n\n- HACS\nHACS 의 custom repository에 https://github.com/oukene/extend_temperature 주소를 integration 으로 추가 후 설치\n\n\n\n\n설치 후 통합구성요소 추가하기에서 extend temperature 검색 한 후 추가를 진행하면 아래와 같이 입력하는 화면이 나옵니다.\n\n\n![settings.jpg](https://raw.githubusercontent.com/oukene/extend_temperature/main/images/settings.jpg)\n![settings2.jpg](https://raw.githubusercontent.com/oukene/extend_temperature/main/images/settings2.jpg)\n\n\n기존에 추가되어있는 구성요소에서 사용하고자 하는 온도와 습도의 entity id 를 입력해줍니다.\n\n체감온도를 사용하려면 풍속과 체감 온도 계산에 쓰일 온도의 구성요소를 같이 입력하면 됩니다. (풍속의 단위는 m/s)\nmold indicator를 사용하려면 외부온도 구성요소를 입력하면 됩니다. (풍속의 단위는 m/s)\n\n\u003cbr\u003e\u003cbr\u003e\n---\nHistory\n\u003cbr\u003e\nv1.0.0 - 2021.12.06 - 최초 작성\u003cbr\u003e\nv1.0.0 - 2021.12.07 - HA 재부팅시 버그 수정\u003cbr\u003e\nv1.1.0 - 2021-12-30 - mold indicator 추가, 체감온도 계산공식 수정, 소숫점 자릿수 옵션 추가\u003cbr\u003e\nv1.2.0 - 2022-01-26 - 센서에 사용되는 명칭 언어 선택추가, 추가 직후 바로 적용 안되던 부분 수정\u003cbr\u003e\nv1.3.0 - 2022-02-07 - ha의 버전업에 따른 수정과 온도, 습도 구성요소 변경시 오작동 되던 부분 수정 \u003cbr\u003e\nv1.4.0 - 2022-12-15 - 옵션 변경 후 다시 읽어오기 없이도 작동되도록 수정 \u003cbr\u003e\n\n---\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\nhttps://github.com/dolezsa/thermal_comfort\n\n위의 통합구성요소를 참고하여 작성되었습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foukene%2Fextend_temperature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foukene%2Fextend_temperature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foukene%2Fextend_temperature/lists"}