{"id":13585916,"url":"https://github.com/custom-components/templatesensor","last_synced_at":"2025-04-07T10:32:08.589Z","repository":{"id":48857878,"uuid":"199736646","full_name":"custom-components/templatesensor","owner":"custom-components","description":"Add template sensors from the UI.","archived":true,"fork":false,"pushed_at":"2022-02-20T20:33:20.000Z","size":195,"stargazers_count":19,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-01T14:33:37.287Z","etag":null,"topics":["custom","homeassistant","integration","sensor","template"],"latest_commit_sha":null,"homepage":null,"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/custom-components.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-30T22:30:40.000Z","updated_at":"2024-05-01T14:33:37.287Z","dependencies_parsed_at":"2022-09-03T13:53:04.434Z","dependency_job_id":null,"html_url":"https://github.com/custom-components/templatesensor","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"ludeeus/integration_blueprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Ftemplatesensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Ftemplatesensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Ftemplatesensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Ftemplatesensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/custom-components","download_url":"https://codeload.github.com/custom-components/templatesensor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247636970,"owners_count":20971037,"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":["custom","homeassistant","integration","sensor","template"],"created_at":"2024-08-01T15:05:13.232Z","updated_at":"2025-04-07T10:32:08.322Z","avatar_url":"https://github.com/custom-components.png","language":"Python","funding_links":["https://www.buymeacoffee.com/ludeeus"],"categories":["Python"],"sub_categories":[],"readme":"# templatesensor\r\n\r\nPlease do not use this, use https://www.home-assistant.io/integrations/template/ instead.\r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eOld instructions\u003c/summary\u003e\r\n  \r\n\r\n## Installation\r\n\r\n1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).\r\n2. If you do not have a `custom_components` directory (folder) there, you need to create it.\r\n3. In the `custom_components` directory (folder) create a new folder called `templatesensor`.\r\n4. Download _all_ the files from the `custom_components/templatesensor/` directory (folder) in this repository.\r\n5. Place the files you downloaded in the new directory (folder) you created.\r\n6. Restart Home Assistant\r\n7. In the HA UI go to \"Configuration\" -\u003e \"Integrations\" click \"+\" and search for \"Custom Template Sensor\"\r\n\r\nUsing your HA configuration directory (folder) as a starting point you should now also have this:\r\n\r\n```text\r\ncustom_components/templatesensor/.translations/en.json\r\ncustom_components/templatesensor/__init__.py\r\ncustom_components/templatesensor/config_flow.py\r\ncustom_components/templatesensor/const.py\r\ncustom_components/templatesensor/manifest.json\r\ncustom_components/templatesensor/sensor.py\r\n```\r\n\r\n## Configuration\r\n\r\nConfiguration are done through the UI.\r\n\r\n\"Configuration\" --\u003e \"Integrations\" --\u003e \"+\" --\u003e \"Custom Template Sensor\"\r\n\r\n![example][exampleimg]\r\n\r\n## Contributions are welcome!\r\n\r\nIf you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)\r\n\r\n***\r\n\r\n[templatesensor]: https://github.com/custom-components/templatesensor\r\n[buymecoffee]: https://www.buymeacoffee.com/ludeeus\r\n[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge\r\n[commits-shield]: https://img.shields.io/github/commit-activity/y/custom-components/templatesensor.svg?style=for-the-badge\r\n[commits]: https://github.com/custom-components/templatesensor/commits/master\r\n[hacs]: https://github.com/custom-components/hacs\r\n[hacsbadge]: https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge\r\n[discord]: https://discord.gg/Qa5fW2R\r\n[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge\r\n[exampleimg]: https://raw.githubusercontent.com/custom-components/templatesensor/master/example.png\r\n[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge\r\n[forum]: https://community.home-assistant.io/\r\n[license-shield]: https://img.shields.io/github/license/custom-components/templatesensor.svg?style=for-the-badge\r\n[maintenance-shield]: https://img.shields.io/badge/maintainer-Joakim%20Sørensen%20%40ludeeus-blue.svg?style=for-the-badge\r\n[releases-shield]: https://img.shields.io/github/release/custom-components/templatesensor.svg?style=for-the-badge\r\n[releases]: https://github.com/custom-components/templatesensor/releases\r\n\r\n\u003c/details\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustom-components%2Ftemplatesensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustom-components%2Ftemplatesensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustom-components%2Ftemplatesensor/lists"}