Skip to content

Instantly share code, notes, and snippets.

@Samywamy10
Created June 3, 2025 02:39
Show Gist options
  • Select an option

  • Save Samywamy10/4ce89e536d1057bc516f1e1db9d9ad57 to your computer and use it in GitHub Desktop.

Select an option

Save Samywamy10/4ce89e536d1057bc516f1e1db9d9ad57 to your computer and use it in GitHub Desktop.
esphome:
name: circle-screen-3
friendly_name: Circle Screen 3
on_boot:
priority: 600
esp32:
board: esp32dev
framework:
type: esp-idf
# Enable Home Assistant API
api:
encryption:
key: "" //removed
ota:
- platform: esphome
password: "" //removed
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Circle-Screen-3 Fallback Hotspot"
password: "" //removed
captive_portal:
# Enable logging
logger:
packages:
your_cee_base: !include your-cee-config.yaml
living_room_controls: !include
file: shared_living-room-controls.yaml
vars:
light_entity: light.living_kitchen_lights
media_player_entity: media_player.living_room
light_sensor_entity: sensor.living_room_presence_sensor_light_sensor_light_level_2
temperature_entity: sensor.living_room_temperature_humidity_sensor_temperature
ac_entity: climate.living_room_ac
lock_entity: lock.lock_pro_7294
unlock_entity_2: button.apartment_building_relays_unlock_from_doorbell
tv_entity: media_player.77_oled_3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment