Image
Dot. Manual
Image
Dot. Manual
Back to home

Dot.

Install Dot. AppDiagnostic Tool

Quote

Quote/0
Pairing Quote/0How to Tap
Fixed ContentLoop Content
Share with Family and FriendsHow to Charge
Update DeviceReset NetworkReset DeviceChangelogNew
Service and Repair

Rand The Pocket Prophet

Rand/0
Getting StartedWi-FiCustom Wallpaper
Features
MBTI GuideBook of AnswersFortuneCoin FlipDice RollWooden FishNumber Under TenClock
Bluetooth RemoteNewDownload Pocket NFC App
Update DeviceReset DeviceChangelogNew
Service and Repair

Content & Services

Roadmap
Content Studio
Join Content StudioRSS
Shortcuts
Co Create
Software
AdventureX QR ServiceNewCastCardDiablo II Resurrected Terror Zone & Uber Diablo Alert ToolDot Calendar - Weather Calendar for Quote/0DotCanvasDotClientDot Crypto TickerDot Mate - Quote/0 Automation SchedulerIntelligent Poetry Weather Generation SystemDot ServiceFureru Calendar: iCal Schedule Display for Quote/0NewDot Quote/0 Home Assistant Dashboard CardDot Quote/0 Home Assistant IntegrationInkCanvasNewInkLink Studio: Local Web Console for Quote/0NewMindReset Dot MCP (Lakphy)Quote/0 Send DemoQuote/0 + Calendar ShortcutQuote/0 Agent Skill (YangguangZhou)Quote/0 Evening SummaryQuote/0 Flash NoteQuote/0 Health ReminderQuote/0 + Holiday ShortcutQuote/0 MCP (stvlynn)Quote/0 MCP (thomaszdxsn)Quote/0 + WAY 2 Reminder ShortcutQuote/0 USB EPD BuddyNewQuote/0 Yearly Progress CalendarQuote/0 API Serverless MicroserviceNewQuote/0 Bad Apple: E-Paper Video Playback ExperimentNewQuote/0 AI Usage DashboardQuote/0 Client Python SDKQuote/0 DeepSeek Balance DashboardQuote/0 Desktop StatusNewQuote/0 Sonos: Now Playing BridgeNewQuote/0 Kimi / GLM Usage DashboardQuote/0 Claude / Codex Usage DashboardQuote/0 WeatherNewQuote/0 SDK & CLI (MrWillCom)Server StatusToucanEcho / ECHO: macOS Agent with a Quote/0 Companion DisplayNew
Hardware
IKEA SKÅDIS MountQuote/0 Carry Case HangerQuote/0 Desktop Charging Mini StandQuote/0 Desktop Stand (Andrrrrrrija)Quote/0 Desktop Stand (MindReset)Quote/0 Desktop Mini StandQuote/0 Monitor Mount (Kiiko)Quote/0 Excerpt Mount (GLB_wegoo777)Quote/0 Monitor Mount (TLL)Rand/0 Single Shoulder Bag Buckle 40mmNew
Developer Platform
What is an APIGet API KeyGet Device Serial NumberGet Device ListGet Device StatusGet TimezonesNewDevice SettingsNewSwitch to Next ContentList Device ContentControl Text ContentNewControl Image ContentNewControl Canvas ContentNewAI SkillNew

Explore More Possibilities

Request New ContentJoin Content StudioOur Repositories

Security

MSA-2025-08-001MSA-2025-09-001MSA-2025-09-002MSA-2025-10-001MSA-2025-10-002MSA-2025-10-003MSA-2026-04-001
Responsible Disclosure Policy

More

Service StatusService and RepairPrivacy PolicyUser AgreementContact UsAbout MindReset
Content & ServicesCo CreateSoftware
Image

Dot Quote/0 Home Assistant Integration

RSS
GitHub

Never2land/HA-dot-quote0

3

A custom Home Assistant integration for Dot. Quote/0 e-ink devices by MindReset. Monitor device status and push text, image, weather, calendar, and system status content to your Quote/0 directly from Home Assistant.

Features

Sensors

  • Power State — current device power mode (Power Active, Battery Active, etc.)
  • Battery Status — charging state
  • Wi-Fi Signal — signal strength in dBm
  • Firmware Version — current firmware
  • Last Render — timestamp of the last screen update
  • Next Render (Battery / Power) — scheduled next update times
  • Content Tasks — number of content tasks in the device loop (full task list available as attributes)

Binary Sensor

  • Online — connectivity status

Controls (on the device page)

  • Next Content — cycle to the next item in the content loop
  • Send Text — push text to the device using the Title, Message, and Signature input fields
  • Send Image — push an image to the device using the Image Data input field
  • Image Data — base64-encoded PNG (296×152px) or an absolute file path
  • Dither Type — dropdown to select dithering algorithm (DIFFUSION, ORDERED, NONE)

Service Actions

  • dot_quote0.send_text — push text content with full parameter control
  • dot_quote0.send_image — push image content with dithering and border options
  • dot_quote0.send_weather — push current weather conditions and forecast from any HA weather entity
  • dot_quote0.send_calendar — push upcoming events from any HA calendar entity
  • dot_quote0.send_system_status — push Home Assistant system status (version, CPU, memory, disk, entity count)

Diagnostics

  • Download device diagnostics from Home Assistant to troubleshoot connectivity and rendering issues

Works With HA-dot-quote0-card

  • Role split: HA-dot-quote0 handles device integration, entities, and service actions; HA-dot-quote0-card provides dashboard UI interactions
  • Install order: install this integration first, then install the card; the card discovers Quote/0 devices that are already available in Home Assistant
  • Recommended usage: use the card for daily manual actions and preview; use integration service actions in automations (weather, calendar, system status)

Companion card page: /docs/service/co_create/software/ha_dot_quote0_card

Prerequisites

  1. A paired Quote/0 device connected to Wi-Fi
  2. An API key from the Dot App
  3. Your device serial number

Installation

HACS (Recommended)

  1. Open HACS → Integrations → ⋮ menu → Custom repositories
  2. Add https://github.com/Never2land/HA-dot-quote0 with category Integration
  3. Install Dot. Quote/0
  4. Restart Home Assistant

Manual

Copy the custom_components/dot_quote0/ folder into your Home Assistant config/custom_components/ directory, then restart.

Configuration

  1. Go to Settings → Devices & Services → Add Integration
  2. Search for Dot. Quote/0
  3. Enter your API key
  4. All your Quote/0 devices will be discovered automatically

Automation Example

Use a service action to push weather content to the device:

service: dot_quote0.send_weather
data:
	serial: "YOUR_DEVICE_SERIAL"
	weather_entity: weather.home
	include_forecast: true
	forecast_days: 3
	refresh_now: true

Did this solve your problem?

Join our community

Dot Quote/0 Home Assistant Dashboard Card

Previous

InkCanvasNew

Connect to an ESP32-C3 e-paper device from the browser to back up and flash firmware, compose screens, and send multi-page playlists.

Contents

FeaturesSensorsBinary SensorControls (on the device page)Service ActionsDiagnosticsWorks With HA-dot-quote0-cardPrerequisitesInstallationHACS (Recommended)ManualConfigurationAutomation Example