Extra information from Netcast component

@wokar
Looking at your previous thread related to prevent 2012 LG TVs it got me thinking that at least for my 2013 the information displayed by the component doesn’t seem write.
Looking at the entity for my TV it only shows potential TV channels and not actual inputs.
Input should currently be displaying HDMI1 but instead is not showing at all:

{
  "entity_picture": "/api/media_player_proxy/media_player.bedroom_tv?token=1836157744&cache=21a20",
  "friendly_name": "Bedroom TV",
  "is_volume_muted": false,
  "media_content_type": "channel",
  "source_list": [
    "BBC ONE N West",
    "BBC TWO",
    "ITV",
    "Channel 4",
    "Channel 5",
    "ITV2",
    "BBC THREE",
    "That's Manchester",
    "BBC FOUR",
    "ITV3",
    "Pick",
    "Dave",
    "Channel 4+1",
    "More 4",
    "Film4",
    "QVC",
    "Really",
    "4Music",
    "Yesterday",
    "Drama",
    "5 USA",
    "Ideal World",
    "ITV4",
    "Dave ja vu",
    "ITVBe",
    "ITV2 +1",
    "E4",
    "E4+1",
    "5STAR",
    "Spike",
    "Movie Mix",
    "ITV +1",
    "QVC Beauty",
    "Create & Craft",
    "QUEST",
    "QUEST+1",
    "The Store",
    "Rocks & Co 1",
    "Food Network",
    "Travel Channel",
    "Gems TV",
    "Channel 5+1",
    "Film4+1",
    "Challenge",
    "4seven",
    "movies4men",
    "TJC",
    "mov4men+1",
    "Heart TV",
    "Channel 5+24",
    "CAPITAL TV",
    "VIVA",
    "ITVBe+1",
    "BT Showcase",
    "Chart Show TV",
    "True Entertainment",
    "ITV4+1",
    "Community",
    "CBS Action",
    "TBN UK",
    "CBS Reality",
    "truTV",
    "truTV+1",
    "Horror Channel",
    "Motors TV",
    "YourTV",
    "YourTV+1",
    "Jewellery Maker",
    "Rishtey Europe",
    "ShowBiz TV",
    "TalkingPictures TV",
    "True Christmas",
    "Freeview Information",
    "BBC ONE HD",
    "BBC TWO HD",
    "ITV HD",
    "Channel 4 HD",
    "BBC THREE HD",
    "BBC FOUR HD",
    "BBC NEWS HD",
    "Al Jazeera Eng HD",
    "Channel 4+1 HD",
    "4seven HD",
    "QVC + 1 HD",
    "QVC Beauty HD",
    "CBBC",
    "CBeebies",
    "CBBC HD",
    "CBeebies HD",
    "POP",
    "Tiny Pop",
    "POP+1",
    "BBC NEWS",
    "BBC Parliament",
    "Sky News",
    "Al Jazeera Eng",
    "Al Jazeera Arabic",
    "RT",
    "Television X",
    "ADULT smileTV2",
    "ADULT smileTV3",
    "ADULT Babestn",
    "ADULT PARTY",
    "ADULT Blue",
    "ADULT Babestn2",
    "ADULT Xpanded TV",
    "ADULT Sin TV",
    "ADULT Studio 66",
    "ADULT Section",
    "BBC Red Button",
    "365 Travel",
    "Kiss Me TV",
    "Proud Dating",
    "Connect 1",
    "CCTV",
    "Connect 2",
    "Racing UK",
    "CONNECT 4",
    "Sonlife",
    "Motors",
    "Vintage TV",
    "VisionTV",
    "Planet Knowledge",
    "JSTV",
    "kykNET",
    "Huda TV",
    "Synapse 2",
    "ABN TV",
    "Showcase TV",
    "Box Nation",
    "BBC RB 1",
    "BBC RB 2",
    "BBC RB 3",
    "CBS Drama",
    "ITV3+1",
    "CITV",
    "BBC Radio 1",
    "BBC R1X",
    "BBC Radio 2",
    "BBC Radio 3",
    "BBC Radio 4",
    "BBC R5L",
    "BBC R5SX",
    "BBC 6 Music",
    "BBC Radio 4 Ex",
    "BBC Asian Net.",
    "BBC World Sv.",
    "The Hits Radio",
    "KISS FRESH",
    "Kiss",
    "KISSTORY",
    "Magic",
    "heat",
    "Kerrang!",
    "Smooth Radio",
    "BBC Manchester",
    "talkSPORT",
    "Capital FM",
    "Premier Radio",
    "Absolute Radio",
    "Heart",
    "Insight Radio",
    "Classic FM",
    "LBC",
    "Trans World Radio"
  ],
  "supported_media_commands": 3385,
  "volume_level": 0.05
}

And here is the information I got from pylgnetcast:

INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.0.142
DEBUG:urllib3.connectionpool:"POST /roap/api/auth HTTP/1.1" 200 151
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.0.142
DEBUG:urllib3.connectionpool:"GET /roap/api/data?target=is_3d HTTP/1.1" 200 153
Is 3D: <data><is3D>false</is3D></data>
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.0.142
DEBUG:urllib3.connectionpool:"GET /roap/api/data?target=cur_channel HTTP/1.1" 200 505
Channel Info: <data><chtype>terrestrial</chtype><sourceIndex>0</sourceIndex><physicalNum>0</physicalNum><major>0</major><displayMajor>0</displayMajor><minor>0</minor><displayMinor>-1</displayMinor><chname /><progName /><audioCh>0</audioCh><inputSourceName>HDMI1</inputSourceName><inputSourceType>6</inputSourceType><labelName>PC</labelName><inputSourceIdx>4</inputSourceIdx></data>
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.0.142
DEBUG:urllib3.connectionpool:"GET /roap/api/data?target=context_ui HTTP/1.1" 200 156
Context Info: <data><mode>TouchPad</mode></data>
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.0.142
DEBUG:urllib3.connectionpool:"GET /roap/api/data?target=volume_info HTTP/1.1" 200 215
Volume Info: <data><mute>false</mute><minLevel>0</minLevel><maxLevel>100</maxLevel><level>5</level></data>
pi@HASS:/pylgnetcast $

Any way to get the component to pull inputsource information?

Any news abouts show HDMI1 or others inputs? (as DLNA server)