Central smart home controller for the home. Manages 1,700+ entities across lights, switches, sensors, cameras, climate, media players, and more.
Location: Florida (28.07°N, 80.65°W)
Timezone: America/New_York
Unit system: Imperial (°F, mi, gal)
| Category | Count |
|---|---|
| Sensors | 636 |
| Binary Sensors | 210 |
| Selects | 119 |
| Numbers | 271 |
| Switches | 80 |
| Lights | 39 |
| Cameras | 12 |
| Media Players | 32 |
| Covers | 9 |
| Automations | 17 |
| Locks | 1 |
Named lights with known locations and current state:
| Entity | Location | State |
|---|---|---|
light.counter_lights |
Kitchen — Sink area | on |
light.kitchen_light_strip |
Kitchen — LED strip | off |
light.kitchen_main_light |
Kitchen | unavailable |
light.kitchen_main_light_2 |
Kitchen Main Light | off |
light.kitchen_sink_lights |
Kitchen | unavailable |
light.living_room_main_light |
Living Room | off |
light.living_room_lamp |
Living Room Lamp | off |
light.dining_room_lamp |
Dining Room | unavailable |
light.bedroom_lights |
Bedroom | unavailable |
light.bathroom_sink_lights |
Bathroom | unavailable |
light.entryway_lights |
Entryway | unavailable |
light.hallway_lights |
Hallway | unavailable |
light.entrance_night_light |
Entrance | unavailable |
light.garage_garage_door_opener_dnd |
Garage | on |
light.paper_lamp |
— | unavailable |
Most other lights use Zigbee hardware (Xiaomi/Aqara or Philips Hue) and are currently unavailable.
Key switches (80 total):
| Entity | Name | State |
|---|---|---|
switch.dining_room_lamp |
Dining Room Lamp | on |
switch.living_room_lamp |
Living Room Lamp | off |
switch.living_room_stereo_speakers |
Living Room Stereo Speakers | off |
switch.laundry_machine |
Laundry Machine | on |
switch.automation_wake_up |
Wake up | unavailable |
switch.automation_wake_up_weekend |
Wake up Weekend | unavailable |
switch.automation_go_to_sleep |
Go to sleep | unavailable |
switch.automation_go_to_sleep_weekend |
Go to sleep Weekend | unavailable |
switch.adaptive_lighting_default |
Adaptive Lighting: default | on |
switch.adaptive_lighting_adapt_brightness_default |
Adapt Brightness | on |
switch.adaptive_lighting_adapt_color_default |
Adapt Color | on |
switch.adaptive_lighting_sleep_mode_default |
Sleep Mode | off |
switch.front_door_record |
Doorbell Record | unavailable |
switch.front_door_motion |
Doorbell Motion | unavailable |
switch.front_door_siren_on_event |
Doorbell Siren | unavailable |
switch.nursery_cam |
Nursery Cam | on |
switch.nursery_cam_motion_detection |
Nursery Motion detection | on |
switch.nursery_cam_baby_cry_detection |
Baby cry detection | on |
switch.nursery_cam_person_detection |
Person detection | on |
switch.front_yard_smart_hose_tap_timer_berries_program |
Berries garden | on |
switch.front_yard_smart_hose_tap_timer_raised_beds_program |
Raised beds | on |
switch.smart_hose_tap_timer_smart_watering |
Smart watering | on |
switch.garage_garage_door_opener_buzzerenable |
Garage buzzer | off |
switch.zigbee2mqtt_bridge_permit_join |
Zigbee2MQTT permit join | off |
| Entity | Name | State |
|---|---|---|
cover.garage_garage_door_opener_garage |
Garage Door | open |
cover.middle_window_curtain |
Middle window curtain | unavailable |
cover.front_window_left |
Front window left | unavailable |
cover.front_window_right |
Front window right | unavailable |
Remaining curtains and window covers are unavailable.
12 camera entities detected (Reolink, generic, Frigate). Key ones:
17 automations configured. Notable ones:
| Automation | Trigger |
|---|---|
| Wake up | Time-based (weekdays) |
| Wake up Weekend | Time-based (weekends) |
| Go to sleep | Time-based |
| Go to sleep Weekend | Time-based (weekends) |
| Adaptive Lighting | Sun position / time |
Wall-mounted Echo Show 5 (Gen 2, LineageOS) running a Home Assistant dashboard.
/lovelace/6To edit: Home Assistant → Dashboards → select Dash Clock → Edit raw YAML.
No climate entities currently tracked. Thermostat integration may be available via other platforms (Ecobee, Nest, etc.) if installed.
# Get all states
curl -s -H "Authorization: Bearer <token>" \
http://192.168.1.242:8123/api/states
# Get config
curl -s -H "Authorization: Bearer <token>" \
http://192.168.1.242:8123/api/config
Tokens are stored in Kubernetes secrets. Retrieve via:
kubectl get secret homeassistant-token -n default -o jsonpath='{.data.token}' | base64 -d
Most Zigbee lights show as unavailable — check Zigbee2MQTT bridge and device power/connectivity.
Generate a new long-lived token: Home Assistant UI → Profile → Long-Lived Access Tokens → Create Token.