57 lines
2.3 KiB
Markdown
57 lines
2.3 KiB
Markdown
[![GitHub Release][releases-shield]][releases]
|
|
[![GitHub Activity][commits-shield]][commits]
|
|
[![License][license-shield]][license]
|
|
|
|
[![hacs][hacsbadge]][hacs]
|
|
[![Project Maintenance][maintenance-shield]][user_profile]
|
|
[![BuyMeCoffee][buymecoffeebadge]][buymecoffee]
|
|
|
|
[![Discord][discord-shield]][discord]
|
|
[![Community Forum][forum-shield]][forum]
|
|
|
|
_Component to integrate with [integration_blueprint][integration_blueprint]._
|
|
|
|
**This component will set up the following platforms.**
|
|
|
|
Platform | Description
|
|
-- | --
|
|
`binary_sensor` | Show something `True` or `False`.
|
|
`sensor` | Show info from API.
|
|
`switch` | Switch something `True` or `False`.
|
|
|
|
![example][exampleimg]
|
|
|
|
{% if not installed %}
|
|
## Installation
|
|
|
|
1. Click install.
|
|
1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Blueprint".
|
|
|
|
{% endif %}
|
|
|
|
|
|
## Configuration is done in the UI
|
|
|
|
<!---->
|
|
|
|
***
|
|
|
|
[integration_blueprint]: https://github.com/custom-components/integration_blueprint
|
|
[buymecoffee]: https://www.buymeacoffee.com/ludeeus
|
|
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge
|
|
[commits-shield]: https://img.shields.io/github/commit-activity/y/custom-components/integration_blueprint.svg?style=for-the-badge
|
|
[commits]: https://github.com/custom-components/integration_blueprint/commits/master
|
|
[hacs]: https://hacs.xyz
|
|
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
|
|
[discord]: https://discord.gg/Qa5fW2R
|
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge
|
|
[exampleimg]: example.png
|
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge
|
|
[forum]: https://community.home-assistant.io/
|
|
[license]: https://github.com/custom-components/integration_blueprint/blob/main/LICENSE
|
|
[license-shield]: https://img.shields.io/github/license/custom-components/integration_blueprint.svg?style=for-the-badge
|
|
[maintenance-shield]: https://img.shields.io/badge/maintainer-Joakim%20Sørensen%20%40ludeeus-blue.svg?style=for-the-badge
|
|
[releases-shield]: https://img.shields.io/github/release/custom-components/integration_blueprint.svg?style=for-the-badge
|
|
[releases]: https://github.com/custom-components/integration_blueprint/releases
|
|
[user_profile]: https://github.com/ludeeus
|