diff --git a/README.md b/README.md index 5c976ad..51aec5a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/custom_components/samsungtv_custom/__init__.py b/custom_components/samsungtv_tizen/__init__.py similarity index 100% rename from custom_components/samsungtv_custom/__init__.py rename to custom_components/samsungtv_tizen/__init__.py diff --git a/custom_components/samsungtv_custom/manifest.json b/custom_components/samsungtv_tizen/manifest.json similarity index 100% rename from custom_components/samsungtv_custom/manifest.json rename to custom_components/samsungtv_tizen/manifest.json diff --git a/custom_components/samsungtv_custom/media_player.py b/custom_components/samsungtv_tizen/media_player.py similarity index 100% rename from custom_components/samsungtv_custom/media_player.py rename to custom_components/samsungtv_tizen/media_player.py diff --git a/custom_components/samsungtv_custom/remote.py b/custom_components/samsungtv_tizen/remote.py similarity index 100% rename from custom_components/samsungtv_custom/remote.py rename to custom_components/samsungtv_tizen/remote.py diff --git a/custom_components/samsungtv_custom/shortcuts.py b/custom_components/samsungtv_tizen/shortcuts.py similarity index 100% rename from custom_components/samsungtv_custom/shortcuts.py rename to custom_components/samsungtv_tizen/shortcuts.py diff --git a/custom_components/samsungtv_custom/smartthings.py b/custom_components/samsungtv_tizen/smartthings.py similarity index 100% rename from custom_components/samsungtv_custom/smartthings.py rename to custom_components/samsungtv_tizen/smartthings.py diff --git a/info.md b/info.md index 5c976ad..51aec5a 100644 --- a/info.md +++ b/info.md @@ -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 @@ -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