Need Help! Octoprint Integration - No Log Errors/Warnings - I'm lost

Good afternoon all, I have been trying to get octoprint to display on my frontend for over a month. I am at a complete loss. I have no errors or warnings in the log referring to octoprint.

Here are all entries containing octoprint:

2018-09-16 14:13:43 INFO (MainThread) [homeassistant.loader] Loaded octoprint from homeassistant.components.octoprint2018-09-16 14:13:43 INFO (MainThread) [homeassistant.setup] Setting up octoprint

2018-09-16 14:13:45 INFO (MainThread) [homeassistant.setup] Setup of domain octoprint took 1.9 seconds.2018-09-16 14:13:45 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=octoprint>

2018-09-16 14:14:48 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: octoprint {'host': '192.168.X.XXX', 'port': 80, 'ssdp_description': 'r/[http://192.168.X.XXX:80/plugin/discovery/discovery.xml](http://192.168.x.xxx/plugin/discovery/discovery.xml)', 'name': 'OctoPrint instance "Creality Ender 3 "', 'model_name': '1.3.9', 'model_number': None, 'serial': None, 'manufacturer': 'The OctoPrint Project', 'udn': 'uuid:5fe161e1-afc1-4344-9bab-e9dd5843732e', 'upnp_device_type': 'urn:schemas-upnp-org:device:Basic:1'}

Any help would be greatly appreciated! Thank You!

please post the relevant lines from your configuration.yaml file

Yes, Thank You.

From configuration.yaml

octoprint:
  host: 192.168.0.186
  api_key: !secret octoprint_api

did you configure the sensors? There is a binary sensor and a regular sensor section that needs to be added as well. What you have shown of your config just loads up the octoprint component, the other pieces are needed to actually see the sensors.

No Sir, I have not done that. I have done a lot of searching and never saw instructions on how to accomplish this. Would you mind replying with some directions?

from the octoprint components page, click on the links for octoprint binary sensor and octoprint sensor. They show what the sensor section should have.

Thank you very much for for explaining this to me. Do you happen to know if it is possible to give my octoprint instance it’s own card in states? Something that includes the snapshot/video feed along with the sensor data that is currently showing up at the top of my states overview.