States/Entities not showing

I recently set up a Raspberry Pi running Ubuntu Mate 16.04 to run Home-Assistant. I have managed to get a few devices configured, however some of those devices are not showing up in the States or Entities Menus.

The states I see are:

  1. Weather/Time
  2. Mjpeg IP camera

The states I cannot see are:

  1. Plex
  2. Pushbullet
  3. DigitalOcean

I see all the modules loading when I start HASS but when I get to the web server UI I don’t see any of those devices.

Here is an example of the startup logs I see for the media server component when I start up the HASS server:

INFO:homeassistant.bootstrap:Setting up media_player
INFO:homeassistant.components.media_player:Setting up media_player.plex
INFO:plexapi:GET http://[MY_IP]:32400/?X-Plex-Token=[mytoken]
INFO:homeassistant.components.media_player.plex:Connected to: http://MY_IP:32400
INFO:plexapi:GET http://[MY_IP]:32400/clients?X-Plex-Token=[mytoken]
INFO:plexapi:GET http://[MY_IP]:32400/status/sessions?X-Plex-Token=[mytoken]
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_pause, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=turn_off, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=toggle, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_play, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_stop, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=volume_down, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_previous_track, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=volume_up, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_play_pause, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=clear_playlist, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=turn_on, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_next_track, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=volume_set, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=volume_mute, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=media_seek, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=select_source, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event service_registered[L]: service=play_media, domain=media_player>
INFO:homeassistant.core:Bus:Handling <Event component_loaded[L]: component=media_player>

Perhaps I am just missing something simple. Any assistance would be appreciated!

Also, here is my configuration for each within my ~/.homeassistant/configuration.yaml

Discover some devices automatically

discovery:

media_player:

  • platform: plex

#DigitalOcean
digital_ocean:
access_token: DO_API_TOKEN

#Pushbullet
notify:
platform: pushbullet
api_key: PB_API_TOKEN

I have also manually configured ~/.homeassistant/plex.conf