Skip to content

Commit b5a1893

Browse files
committed
HACS Default
1 parent f758e29 commit b5a1893

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

β€ŽREADME.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![](https://img.shields.io/github/release/roberodin/ha-samsungtv-custom/all.svg?style=for-the-badge)](https://github.com/roberodin/ha-samsungtv-custom/releases)
2-
[![](https://img.shields.io/badge/HACS-CUSTOM-orange?style=for-the-badge)](https://github.com/custom-components/hacs)
2+
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
33
[![](https://img.shields.io/github/license/roberodin/ha-samsungtv-custom?style=for-the-badge)](LICENSE)
44
[![](https://img.shields.io/badge/MAINTAINER-%40roberodin-red?style=for-the-badge)](https://github.com/roberodin)
55
[![](https://img.shields.io/badge/COMMUNITY-FORUM-success?style=for-the-badge)](https://community.home-assistant.io)
@@ -21,7 +21,7 @@ This is a custom component to allow control of SamsungTV devices in [HomeAssista
2121

2222
### 1. Easy Mode
2323

24-
We support [HACS](https://hacs.netlify.com/). Open HACS panel, go to Settings > Add custom repository > https://github.com/roberodin/ha-samsungtv-custom > Select Integration category and Save. After adding a repository, go to "STORE", and search "Samsungtv Custom" and install.
24+
We support [HACS](https://hacs.netlify.com/). Go to "STORE", search "SamsungTV Custom" and install.
2525

2626
### 2. Manual
2727

β€Žinfo.md

+1-26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![](https://img.shields.io/github/release/roberodin/ha-samsungtv-custom/all.svg?style=for-the-badge)](https://github.com/roberodin/ha-samsungtv-custom/releases)
2-
[![](https://img.shields.io/badge/HACS-CUSTOM-orange?style=for-the-badge)](https://github.com/custom-components/hacs)
2+
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
33
[![](https://img.shields.io/github/license/roberodin/ha-samsungtv-custom?style=for-the-badge)](LICENSE)
44
[![](https://img.shields.io/badge/MAINTAINER-%40roberodin-red?style=for-the-badge)](https://github.com/roberodin)
55
[![](https://img.shields.io/badge/COMMUNITY-FORUM-success?style=for-the-badge)](https://community.home-assistant.io)
@@ -16,31 +16,6 @@ This is a custom component to allow control of SamsungTV devices in [HomeAssista
1616
![N|Solid](https://i.imgur.com/8mCGZoO.png)
1717
![N|Solid](https://i.imgur.com/t3e4bJB.png)
1818

19-
{% if not installed %}
20-
# Installation (There are two methods, with HACS or manual)
21-
22-
### 1. Easy Mode
23-
24-
We support [HACS](https://hacs.netlify.com/). Open HACS panel, go to Settings > Add custom repository > https://github.com/roberodin/ha-samsungtv-custom > Select Integration category and Save. After adding a repository, go to "STORE", and search "Samsungtv Custom" and install.
25-
26-
### 2. Manual
27-
28-
Install it as you would do with any homeassistant custom component:
29-
30-
1. Download `custom_components` folder.
31-
2. Copy the `samsungtv_custom` direcotry within the `custom_components` directory of your homeassistant installation. The `custom_components` directory resides within your homeassistant configuration directory.
32-
**Note**: if the custom_components directory does not exist, you need to create it.
33-
After a correct installation, your configuration directory should look like the following.
34-
```
35-
└── ...
36-
└── configuration.yaml
37-
└── custom_components
38-
└── samsungtv_custom
39-
└── __init__.py
40-
└── media_player.py
41-
└── manifest.json
42-
```
43-
{% endif %}
4419

4520
# Configuration
4621

0 commit comments

Comments
Β (0)