-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* start refactoring now playing into its own file so we can replace it * menu loads now playing items * select screens works again * select sources is working * you can see now playing again * fix option menu select * header displays the correct stuff * fix navigation after selecting a media player * fix icons in header * fix now playing option menu selection * fix tv option menu selection * move app stuff into its own class * clean up file names * i think we can add other apps now * cat toy app * add snake * move display state into its own component * move text helpers into display state * fix media player not being found on boot * fix boot not updating for media players * fix select hold on root menu * update devices to use branch * move external components to a package ifdef app * use branch * dont use package for fire * github action doesnt like components in packages * add now playing app * fix casing on includes * fix more casing * format * merge branch
- Loading branch information
Showing
47 changed files
with
2,981 additions
and
1,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
external_components: #include homething, and esphome-components | ||
- source: | ||
type: git | ||
url: https://github.com/landonr/homeThing | ||
ref: main | ||
# type: local | ||
# path: components | ||
refresh: 0s | ||
components: [homeThingDisplayState, homeThing] | ||
- source: github://pr#5214 # used to load images on compile | ||
components: [ image ] | ||
- source: github://pr#5254 # used to load fonts on compile | ||
components: [ font, external_files ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
external_components: | ||
- source: | ||
type: git | ||
url: https://github.com/landonr/esphome-components | ||
ref: main | ||
refresh: 0s | ||
components: [ | ||
homeassistant_component, | ||
homeassistant_media_player, | ||
media_player_source, | ||
media_player_source_sonos, | ||
media_player_source_spotify, | ||
media_player_source_custom | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.