ESPHome OLED Display Integration for Temperature & Humidity Sensors

Hi everyone, I’m new to the community, although I have been using Home Assistant now for about a year. I have several home-built Temperature & Humidity sensors utilising the DHT22 and Wemos D1 Mini. These are working really well, but I have developed some small rechargeable units for areas where I have no power available, and I would like to use an OLED display in my enclosure for a quick reference rather than having to carry my phone or tablet everywhere with me. My current YAML config is as follows:

esphome
esphome:
name: dht22_lounge
platform: ESP8266
board: d1_mini
wifi:
ssid: “"
password: "

captive_portal:
logger:
api:
password: “"
ota:
password: "

sensor:
- platform: dht
model: DHT22
pin: D2
temperature:
name: “Living Room Temperature”
humidity:
name: “Living Room Humidity”
update_interval: 30s