Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Rename pymusiccast to musiccast_yamaha
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanagiotis committed Jun 26, 2020
1 parent 54f7a8d commit e2ae8a5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After waiting a year for [pymusiccast](https://github.com/jalmeroth/pymusiccast/
TODO

### Manual install
- Copy entire `pymusiccast/custom_components/pymusiccast` folder under `$HOMEASSISTANT_CONFIG/custom_components/`.
- Copy entire `pymusiccast/custom_components/musiccast_yamaha` folder under `$HOMEASSISTANT_CONFIG/custom_components/`.


## Setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "MusicCast Yamaha",
"documentation": "https://github.com/ppanagiotis/pymusiccast",
"issue_tracker": "https://github.com/ppanagiotis/pymusiccast/issues",
"manifest": "https://raw.githubusercontent.com/ppanagiotis/pymusiccast/master/custom_components/pymusiccast/manifest.json",
"manifest": "https://raw.githubusercontent.com/ppanagiotis/pymusiccast/master/custom_components/musiccast_yamaha/manifest.json",
"requirements": ["pymusiccast==0.1.6"],
"codeowners": ["@ppanagiotis"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import socket

import custom_components.pymusiccast.pymusiccast as pymusiccast
import custom_components.musiccast_yamaha.pymusiccast as pymusiccast
import voluptuous as vol

from homeassistant.components.media_player import (
Expand Down

0 comments on commit e2ae8a5

Please sign in to comment.