Image
Dot. Manual
Image
Dot. Manual
Back to home

FAQ

How to Change NetworksCommon Pairing IssuesTap-to-Interact Launch Issues / App Clip Unavailable

Dot.

Install Dot. AppDiagnostic ToolKnown Issues

Quote

Quote/0
Pairing Quote/0How to TapShare with Family and FriendsHow to Charge
Update DeviceReset NetworkReset DeviceChangelogNew

Content & Services

Content Studio
RSS
Shortcuts
Co Create
Software
CastCardDiablo II Resurrected Terror Zone & Uber Diablo Alert ToolDot Calendar - Weather Calendar for Quote/0DotCanvasDotClientDot Crypto TickerDot MateIntelligent Poetry Weather Generation SystemDot ServiceNewDot Quote/0 Home Assistant Dashboard CardNewDot Quote/0 Home Assistant IntegrationNewMindReset Dot MCP (Lakphy)Quote/0 Send DemoQuote/0 + Calendar ShortcutQuote/0 Agent Skill (YangguangZhou)NewQuote/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 Yearly Progress CalendarQuote0 API Serverless MicroserviceNewQuote0 Client Python SDKNewQuote0 SDK & CLI (MrWillCom)NewServer Status
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)
Developer Platform
What is an APIGet API KeyGet Device Serial NumberGet Device ListGet Device StatusSwitch to Next ContentList Device ContentNewControl Text ContentControl Image Content
Roadmap

Explore More Possibilities

Request New ContentJoin Our Content Studio

Security

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

More

Service StatusPrivacy PolicyUser AgreementContact UsAbout MindReset
Content & ServicesCo CreateSoftware
Image

Dot Quote/0 Home Assistant Integration

Subscribe RSS

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 CardNew

Previous

MindReset Dot MCP (Lakphy)

Next

Contents

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

Never2land/HA-dot-quote0

2