Skip to content

Commit

Permalink
Rename Component to samsungtv_tizen
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Feb 16, 2020
1 parent 50fd6d6 commit 7d4be8a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ TODO
Install it as you would do with any homeassistant custom component:

1. Download `custom_components` folder.
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.
2. Copy the `samsungtv_tizen` direcotry within the `custom_components` directory of your homeassistant installation. The `custom_components` directory resides within your homeassistant configuration directory.
**Note**: if the custom_components directory does not exist, you need to create it.
After a correct installation, your configuration directory should look like the following.
```
└── ...
└── configuration.yaml
└── custom_components
└── samsungtv_custom
└── samsungtv_tizen
└── __init__.py
└── media_player.py
└── remote.py
Expand All @@ -59,7 +59,7 @@ Edit it by adding the following lines:
```
# Example configuration.yaml entry
media_player:
- platform: samsungtv_custom
- platform: samsungtv_tizen
host: IP_ADDRESS
port: 8002
mac: MAC_ADDRESS
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ TODO
Install it as you would do with any homeassistant custom component:

1. Download `custom_components` folder.
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.
2. Copy the `samsungtv_tizen` direcotry within the `custom_components` directory of your homeassistant installation. The `custom_components` directory resides within your homeassistant configuration directory.
**Note**: if the custom_components directory does not exist, you need to create it.
After a correct installation, your configuration directory should look like the following.
```
└── ...
└── configuration.yaml
└── custom_components
└── samsungtv_custom
└── samsungtv_tizen
└── __init__.py
└── media_player.py
└── remote.py
Expand All @@ -59,7 +59,7 @@ Edit it by adding the following lines:
```
# Example configuration.yaml entry
media_player:
- platform: samsungtv_custom
- platform: samsungtv_tizen
host: IP_ADDRESS
port: 8002
mac: MAC_ADDRESS
Expand Down

0 comments on commit 7d4be8a

Please sign in to comment.