From 71eb8250f26782500c3f779393840897bb15ec34 Mon Sep 17 00:00:00 2001 From: Dan Long Date: Mon, 3 Aug 2026 10:43:52 +0000 Subject: [PATCH 1/4] Add press kit page with resources and media assets --- src/_includes/components/navbar.liquid | 6 +- src/_includes/svg/download.svg | 6 + src/assets/css/components/footer.css | 10 +- src/assets/css/pages/press-kit.css | 110 ++++++++++++++++ src/assets/css/style.css | 1 + src/press-kit.html | 169 +++++++++++++++++++++++++ 6 files changed, 299 insertions(+), 3 deletions(-) create mode 100644 src/_includes/svg/download.svg create mode 100644 src/assets/css/pages/press-kit.css create mode 100644 src/press-kit.html diff --git a/src/_includes/components/navbar.liquid b/src/_includes/components/navbar.liquid index 19e91b6..37a4995 100644 --- a/src/_includes/components/navbar.liquid +++ b/src/_includes/components/navbar.liquid @@ -24,13 +24,14 @@ - @@ -78,7 +79,7 @@ -
  • Documents
  • +
  • Press kit
  • diff --git a/src/_includes/svg/download.svg b/src/_includes/svg/download.svg new file mode 100644 index 0000000..757a1e2 --- /dev/null +++ b/src/_includes/svg/download.svg @@ -0,0 +1,6 @@ + + + diff --git a/src/assets/css/components/footer.css b/src/assets/css/components/footer.css index ceecbae..4e31986 100644 --- a/src/assets/css/components/footer.css +++ b/src/assets/css/components/footer.css @@ -63,14 +63,22 @@ flex: 1; list-style: none; padding: 0; - margin: 0; + margin: 24px 0 0; display: flex; align-items: center; justify-content: flex-end; + justify-content: center; flex-wrap: wrap; gap: 16px; } +@media (min-width: 768px) { + .footer-header ul { + margin: 0; + justify-content: flex-end; + } +} + .footer-header ul li a { text-decoration: none; color: var(--primary-text-color); diff --git a/src/assets/css/pages/press-kit.css b/src/assets/css/pages/press-kit.css new file mode 100644 index 0000000..21e91ab --- /dev/null +++ b/src/assets/css/pages/press-kit.css @@ -0,0 +1,110 @@ +/* Media room / press kit */ +#press-kit-intro { + padding-top: 150px; + padding-bottom: 50px; +} + +#press-kit-intro p.subtitle { + color: var(--dark-grey-color); + font-size: 24px; + font-weight: 300; +} + +#press-kit-about { + padding-top: 32px; + padding-bottom: 32px; +} + +@media (min-width: 768px) { + #press-kit-about { + padding-top: 96px; + } +} + +#press-kit-downloads { + padding-top: 32px; + padding-bottom: 32px; +} + +@media (min-width: 768px) { + #press-kit-downloads { + padding-top: 64px; + padding-bottom: 96px; + } +} + +#press-kit-downloads .download-card { + position: relative; + display: flex; + flex-direction: column; + height: 100%; + padding: 24px; + padding-right: 48px; + border-radius: 16px; + border: 1px solid rgba(237, 236, 237, 0.8); + background: rgba(237, 236, 237, 0.5); + color: inherit; + text-decoration: none; + outline: none; + transition: background-color 0.2s ease; +} + +@media (min-width: 768px) { + #press-kit-downloads .download-card { + padding: 32px; + padding-right: 64px; + } +} + +#press-kit-downloads .download-card:hover, +#press-kit-downloads .download-card:focus-visible { + background: rgba(237, 236, 237, 0.9); +} + +#press-kit-downloads .download-card svg { + position: absolute; + top: 24px; + right: 16px; + color: var(--primary-text-color); +} + +@media (min-width: 768px) { + #press-kit-downloads .download-card svg { + top: 32px; + right: 32px; + } +} + +#press-kit-downloads .download-card h3 { + font-size: 20px; + font-weight: 500; + margin-bottom: 12px; + padding-right: 32px; + color: var(--primary-text-color); +} + +#press-kit-downloads .download-card p { + margin: 0; + font-size: 15px; + font-weight: 300; + color: var(--secondary-text-color); +} + +#press-kit-news { + padding-top: 32px; + padding-bottom: 64px; +} + +@media (min-width: 768px) { + #press-kit-news { + padding-bottom: 96px; + } +} + +#press-kit-news .news-header { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + gap: 24px; +} diff --git a/src/assets/css/style.css b/src/assets/css/style.css index a636980..e7dba09 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -25,4 +25,5 @@ @import "pages/projects.css"; @import "pages/blog.css"; @import "pages/paper.css"; +@import "pages/press-kit.css"; @import "pages/404.css"; \ No newline at end of file diff --git a/src/press-kit.html b/src/press-kit.html new file mode 100644 index 0000000..99772b6 --- /dev/null +++ b/src/press-kit.html @@ -0,0 +1,169 @@ +--- +layout: base +title: Media Room +description: Media resources, brand assets, and press contacts for journalists and creators covering the Open Home Foundation. +--- + +
    +
    +
    +
    {% include 'svg/poly/poly-thin.svg' %}
    +
    +
    +

    Media Room

    +

    + Media resources, brand assets, and press contacts for journalists + and creators covering the Open Home Foundation. +

    +

    + Media inquiries: + + media@openhomefoundation.org + +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    About the Open Home Foundation

    +

    + The Open Home Foundation fights for the fundamental principles of + privacy, choice, and sustainability for smart homes. And for every + person who lives in one. It does this by supporting the development + of open source projects, and open connectivity and communication + standards. +

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Latest news & updates

    +

    + We publish all official announcements, technical deep-dives, and + foundation milestones directly on our blog. +

    +
    + + Read all posts {% include 'svg/arrow.svg' %} + +
    + +
    +
    +
    From 0c79162be1d4ae1d96c37ba0ddc1ee18f517e56a Mon Sep 17 00:00:00 2001 From: Dan Long Date: Tue, 4 Aug 2026 14:11:25 +0000 Subject: [PATCH 2/4] Add press kit resources including factsheets, boilerplates, media contacts, and privacy position paper --- src/_includes/paper.liquid | 6 +- src/assets/css/pages/paper.css | 80 ++++++++++++++++++++ src/assets/css/pages/press-kit.css | 6 +- src/press-kit/annual-report-factsheet.md | 47 ++++++++++++ src/press-kit/boilerplates.md | 57 ++++++++++++++ src/press-kit/factsheet.md | 52 +++++++++++++ src/{press-kit.html => press-kit/index.html} | 29 +++---- src/press-kit/media-contacts.md | 22 ++++++ src/press-kit/media-library.md | 20 +++++ src/press-kit/privacy-position-paper.md | 49 ++++++++++++ 10 files changed, 347 insertions(+), 21 deletions(-) create mode 100644 src/press-kit/annual-report-factsheet.md create mode 100644 src/press-kit/boilerplates.md create mode 100644 src/press-kit/factsheet.md rename src/{press-kit.html => press-kit/index.html} (87%) create mode 100644 src/press-kit/media-contacts.md create mode 100644 src/press-kit/media-library.md create mode 100644 src/press-kit/privacy-position-paper.md diff --git a/src/_includes/paper.liquid b/src/_includes/paper.liquid index db0f168..bff8829 100644 --- a/src/_includes/paper.liquid +++ b/src/_includes/paper.liquid @@ -1,8 +1,8 @@ --- layout: base --- -
    -
    +
    +
    @@ -21,7 +21,7 @@ layout: base {% endif %} {% if pdf %}

    - + Download PDF {% include 'svg/arrow_outward.svg' %} diff --git a/src/assets/css/pages/paper.css b/src/assets/css/pages/paper.css index c61d5b9..0b6d312 100644 --- a/src/assets/css/pages/paper.css +++ b/src/assets/css/pages/paper.css @@ -57,6 +57,27 @@ } } +#paper-header.hero-light { + color: var(--primary-text-color); +} + +#paper-header.hero-light .meta { + color: var(--primary-text-color); +} + +#paper-header.hero-light h1 { + border-bottom-color: var(--grey-color); +} + +#paper-header.hero-light .button svg #arrow_outward_2 { + fill: var(--primary-text-color); + transition: fill .18s ease-in-out; +} + +#paper-header.hero-light .button:hover svg #arrow_outward_2 { + fill: var(--light-grey-color); +} + #paper { padding-top: 40px; padding-bottom: 80px; @@ -126,3 +147,62 @@ margin-top: -16px; font-size: 14px; } + +#paper .content blockquote { + margin: 32px 0; + padding: 20px 28px; + border-left: 3px solid var(--primary-color); + border-radius: 0 12px 12px 0; + background: var(--secondary-background-color); +} + +#paper .content blockquote p { + margin-bottom: 8px; + font-size: 20px; + font-weight: 500; + color: var(--primary-text-color); +} + +#paper .content blockquote p:last-child { + margin-bottom: 0; + font-size: 14px; + font-weight: 500; + color: var(--secondary-text-color); +} + +#paper .content table { + width: 100%; + border-collapse: collapse; + margin-top: 24px; + margin-bottom: 24px; + font-size: 16px; + font-weight: 300; + color: var(--secondary-text-color); +} + +#paper .content th, +#paper .content td { + padding: 14px 20px; + text-align: left; + vertical-align: top; + border-bottom: 1px solid var(--light-grey-color); +} + +#paper .content th:first-child, +#paper .content td:first-child { + border-right: 1px solid var(--grey-color); +} + +#paper .content thead th { + font-weight: 500; + color: var(--primary-text-color); + border-bottom: 2px solid var(--grey-color); +} + +#paper .content tbody tr:nth-child(even) { + background-color: var(--light-grey-color); +} + +#paper .content tbody tr:last-child td { + border-bottom: none; +} diff --git a/src/assets/css/pages/press-kit.css b/src/assets/css/pages/press-kit.css index 21e91ab..6d01b32 100644 --- a/src/assets/css/pages/press-kit.css +++ b/src/assets/css/pages/press-kit.css @@ -65,7 +65,11 @@ position: absolute; top: 24px; right: 16px; - color: var(--primary-text-color); +} + +#press-kit-downloads .download-card svg #arrow_outward_2, +#press-kit-downloads .download-card svg rect { + fill: var(--primary-text-color); } @media (min-width: 768px) { diff --git a/src/press-kit/annual-report-factsheet.md b/src/press-kit/annual-report-factsheet.md new file mode 100644 index 0000000..bd71ea2 --- /dev/null +++ b/src/press-kit/annual-report-factsheet.md @@ -0,0 +1,47 @@ +--- +layout: paper +hero: blue +lead: "Media & press resource · Swiss non-profit stiftung" +title: "2025 Annual Activity Report: Factsheet" +description: "Growth stats, operational maturation highlights, and engineering milestones from the foundation's inaugural annual report." +pdf: /assets/documents/annual-report-2025-11-jun-2026.pdf +noindex: true +--- + +## Headline figures + +- **CHF 8.84M total revenue:** Generated through commercial licensing partnerships and independent donations. +- **2.28M+ active households:** Home Assistant installations grew 28% year-over-year globally. +- **52 salaried staff:** Over 60% of total revenue is invested directly into human resources, engineering continuity, and operational security. +- **250+ governed open source projects:** Standards, drivers, and platforms protected from corporate buy-outs. + +## Inaugural annual report: Building an open source alternative to Big Tech + +Following its launch in 2024, the Open Home Foundation has released its inaugural annual report, documenting its first full year operating as an independent Swiss non-profit stiftung. The report outlines how the foundation established its core operational structure, and is investing in people to help fulfill its mission to build a smart home ecosystem with privacy, choice, and sustainability at its heart. + +### Engineering milestones & ecosystem wins + +The foundation expanded its software portfolio, hardware references, and core open standards to accelerate interoperability across the smart home landscape: + +- **High-profile project stewardship:** Accepted full ownership and governance of major community projects, including *Music Assistant*, *HACS*, *Z-Wave JS*, *matter.js*, and *microWake Word*. +- **Sendspin audio protocol:** Initiated development of this open source, multi-room audio standard designed to offer a local-control alternative to closed systems like Apple AirPlay and Google Cast. +- **Official Matter certification:** Earned official Connectivity Standards Alliance Matter certification for Home Assistant and the Open Home Foundation Matter Server. +- **Open hardware reference designs:** Co-developed and released the Home Assistant Connect ZWA-2 (Z-Wave) and ZBT-2 (Zigbee/Thread) USB adapters with commercial partner Nabu Casa. +- **Smart home device database:** Initiated the development of a community-driven "Wiki" of smart home devices to help consumers make privacy-friendly purchases. + +### Community engagement & industry advocacy + +Beyond software development, the foundation deepened ties with its community, established core advocacy bodies, and funded external open-source infrastructure: + +- **Global Community Day:** Hosted the inaugural event with 82 local, community-led meetups and more than 1,600 registered attendees worldwide. +- **Policy & Principles Working Group:** Established an independent internal watchdog answering to the Board, and published the landmark position paper *"Privacy in the Smart Home."* +- **Open source infrastructure grants:** Awarded €24,000 in direct grants (€8,000 each) to foundational open source infrastructure projects: *aio-libs*, *Alpine Linux*, and *Buildroot*. +- **Open Community Syncs:** Initiated major internal project planning sessions to the public, giving volunteers and users a direct line into development roadmap discussions. + +### 2026 strategic priorities + +Looking ahead, the foundation is directing its operational momentum and financial surplus toward community infrastructure and transparent co-development: + +- **Dedicated Community Department:** Expanding a formal internal team to deepen integration, recognition, and support for volunteer contributors and non-technical users. +- **Building in the Open:** Focusing on transparent co-development practices between salaried staff, volunteer developers, and general consumers, with a roadmap that is available to all. +- **Surplus reserve allocation:** Directing financial surplus from 2025 into a dedicated reserve fund for 2026 community initiatives, events, and open source grants. diff --git a/src/press-kit/boilerplates.md b/src/press-kit/boilerplates.md new file mode 100644 index 0000000..b3d0927 --- /dev/null +++ b/src/press-kit/boilerplates.md @@ -0,0 +1,57 @@ +--- +layout: paper +hero: blue +title: "Boilerplates" +description: "Standardized descriptions for the Open Home Foundation and our core projects: Home Assistant, ESPHome, and Music Assistant." +noindex: true +--- + +## About the Open Home Foundation + +Smart homes should be private spaces where people can be themselves – not sources of data for Big Tech seeking to monetize personal information. The Open Home Foundation offers an alternative: a smart home built on privacy, choice, and sustainability for everyone. + +Founded in 2024, the foundation is a tax-exempt Swiss non-profit that owns and governs more than 250 open source projects, including the Home Assistant home automation platform. It is funded by its commercial partners Nabu Casa and Apollo Automation, and independent donations. This structure ensures its core projects can never be sold, with resources invested in developing and promoting open standards and tools that serve its community of users, not advertisers or shareholders. + +Beyond this work, the foundation advocates for the ethical use of smart home technology across the wider industry – engaging companies and the general public on the value of open standards and the vision of the Open Home. + +## Open Home Foundation key projects + +### About Home Assistant + +Home Assistant is an open source home automation platform trusted by over 2 million households worldwide. It is powered by a global community of contributors united by the principles of privacy, choice, and sustainability. + +Operating as the brain of the smart home, Home Assistant unifies devices and protocols from any brand under a single interface that runs locally. This means users can control their smart home without the risk of data harvesting or being cut off when a company ends cloud support. Because the tech is open source, users can also modify their setup to suit their needs, including extending the life of devices they already own instead of replacing them. And with dedicated hardware like Home Assistant Green, anyone can enjoy these benefits, regardless of technical expertise. + +As a core project of the Open Home Foundation, Home Assistant is legally protected from corporate buy-out, ensuring smart homes remain controlled by the people who live in them. + +### About ESPHome + +ESPHome is an open source system designed to empower everyone – from beginners to advanced makers – to build or repurpose their own smart home devices, tailored to their needs. By using simple configuration files, ESPHome makes it easier for people to program low-cost microcontrollers to power custom sensors, smart displays, voice satellites and more – all integrated locally with automation platforms like Home Assistant, or entirely standalone. + +Beyond DIY builds, ESPHome also enables users to reprogram commercial smart devices to run entirely on open software, freeing them from vendor lock-in, factory limitations, or cloud dependencies. The platform also powers Ready-Made Projects, offering plug-and-play hardware solutions that work straight out the box. + +As a core project of the Open Home Foundation, ESPHome is legally shielded from corporate acquisition, ensuring the hardware people build or reprogram stays under their control for as long as they choose to use it. + +### About Music Assistant + +Listening to music is a personal, often emotional, choice, and one that many people don't want Big Tech recording. Music Assistant is an open source system that puts control back where it belongs: with the listener. It brings every streaming service, local library, and podcast source together, playing them through whatever speakers people already own – no matter the brand or smart home setup. + +Users can build whole-home audio, sync playback across every room, and move music between speakers on the fly, all from one place, without being tied to a single app or ecosystem to do it. + +As a core project of the Open Home Foundation, Music Assistant is legally shielded from corporate acquisition, ensuring people are never forced to choose between the music they love and the speakers they already own. + +## Short-form boilerplates + +For use at the bottom of press releases. + +**The Open Home Foundation** +The Open Home Foundation is a Swiss non-profit organization that fights for the fundamental principles of privacy, choice, and sustainability for smart homes. Founded in 2024, it owns and governs over 250 open source projects, standards, and drivers – including the Home Assistant smart home automation platform – protecting them from corporate takeover. Funded through commercial partners that sell official, licensed products, as well as independent donations, the foundation advocates for an open alternative to Big Tech control of the smart home sector. + +**Home Assistant** +Home Assistant is the world's leading open source home automation platform, powering more than 2.2 million households globally. Operating as the "brain" of the smart home, Home Assistant unifies smart devices and protocols from thousands of brands under a single, private interface. It protects users from data harvesting, subscription fees, vendor lock-in, and helps prevent devices becoming e-waste when manufacturers discontinue support. Home Assistant is a core project governed by the Open Home Foundation. + +**ESPHome** +ESPHome is an open source system that enables users to create, customize, and reprogram smart home devices without writing complex code, and integrate them directly into automation platforms like Home Assistant. ESPHome also allows users to free their hardware from manufacturers' restraints by replacing proprietary software on microcontroller chips. From custom DIY builds to plug-and-play Ready-Made Projects, ESPHome helps ensure smart home devices remain private, functional, and under user control long term. ESPHome is a core project governed by the Open Home Foundation. + +**Music Assistant** +Music Assistant is an open source, privacy-first audio platform that unifies streaming services, local music libraries, and podcasts into a single interface. Designed to liberate home audio from Big Tech ecosystems, Music Assistant allows listeners to play music across existing speakers from any brand, manage multi-room sync, and retain complete control over their listening data without being locked into a single app or hardware vendor. Music Assistant is a core project governed by the Open Home Foundation. diff --git a/src/press-kit/factsheet.md b/src/press-kit/factsheet.md new file mode 100644 index 0000000..d957d7f --- /dev/null +++ b/src/press-kit/factsheet.md @@ -0,0 +1,52 @@ +--- +layout: paper +hero: blue +title: "Open Home Foundation factsheet" +description: "Covering our mission, principles, background, scale, and leadership." +noindex: true +--- + +Your home is a sanctuary: a place of refuge free from prying eyes, where you can be yourself without compromising your data, ideals, or independence. + +To ensure technology respects this space, the Open Home Foundation fights for the fundamental principles of privacy, choice, and sustainability for smart homes, and for every person who lives in one. + +## Our principles + +- **Privacy** — Control your data and share only what you want. True privacy requires smart home devices to work locally, with cloud services opt-in only. +- **Choice** — Mix and match devices across manufacturers without vendor lock-in. This requires devices and their data to operate via open standards and local APIs. +- **Sustainability** — Repurpose your hardware and reduce waste. This requires durable devices open to modification, backed by tools that optimize energy. + +## Our work + +The Open Home Foundation owns and governs more than 250 projects, standards, drivers, and libraries: including Home Assistant, ESPHome, and Music Assistant. By protecting them under a non-profit structure, we ensure they remain independent, secure, and community-driven for decades to come, no matter what changes in the commercial tech market. + +> "I want to make it clear what our intentions are to the world: that we're driven by a higher goal than money, and that we are not for sale." +> +> *— Paulus Schoutsen, Open Home Foundation President* + +## Our community + +We're powered by a passionate global community of developers, creators, and users who refuse to let Big Tech dictate how their homes operate. + +- **Collaborative:** Thousands of people working around the world to develop and maintain the ecosystem. +- **Rapid:** This massive scale ensures our projects evolve quickly to meet real-world needs. +- **Transparent:** Built in the open, users have visibility and control over how their technology works. + +This collective ownership ensures the future of the smart home belongs to the people who live in them, not corporations seeking to control them. + +## Our funding and partners + +The Open Home Foundation is funded by commercial partner fees and donations. + +Funding flows in a single direction: from partners and donors to the foundation. Commercial partners have no ownership or financial control over the foundation. Instead, they are contractually required to contribute a majority of their profits from selling licensed Open Home Foundation products (such as Home Assistant and the ESPHome Starter Kit) to the foundation. This revenue funds salaried staff working globally on core projects, supports external open source collaborations, and powers community initiatives. + +## The Open Home Foundation at a glance + +- **Launched:** 2024 +- **Legal structure:** Tax-exempt, non-profit Stiftung (foundation) +- **Headquarters:** Switzerland +- **Projects governed:** 250+ open-source projects, standards, drivers, and libraries (including Home Assistant, ESPHome, and Music Assistant) +- **Active users:** 2.28+ million households worldwide, with Home Assistant installations growing 28% year-over-year in 2025 +- **Operational scale:** 50+ full-time salaried employees globally +- **Commercial partners:** Nabu Casa, Apollo Automation +- **Board members:** Paulus Schoutsen (President), Pascal Vizeli (Treasurer), J. Nick Koston (Member), Trevor Schirmer (Rotating Partner Member) diff --git a/src/press-kit.html b/src/press-kit/index.html similarity index 87% rename from src/press-kit.html rename to src/press-kit/index.html index 99772b6..2e8f2c1 100644 --- a/src/press-kit.html +++ b/src/press-kit/index.html @@ -56,8 +56,8 @@

    Media kit components

    - - {% include 'svg/download.svg' %} + + {% include 'svg/arrow_outward.svg' %}

    Media contact & directory

    Spokespeople listed by media topic.

    diff --git a/src/press-kit/media-contacts.md b/src/press-kit/media-contacts.md new file mode 100644 index 0000000..d5b690c --- /dev/null +++ b/src/press-kit/media-contacts.md @@ -0,0 +1,22 @@ +--- +layout: paper +hero: blue +title: "Media Contacts" +description: "Spokespeople listed by media topic, plus how to reach our press team." +noindex: true +--- + +**Dedicated email:** media@openhomefoundation.org +**Response time:** The team operates across European (CET) time zones. Time-sensitive media inquiries are prioritized, with responses typically provided within one business day. + +## Spokesperson directory + +| Name & title | Media topics | +| --- | --- | +| **Paulus Schoutsen**
    President | Industry vision, foundation strategy, Big Tech alternatives, open source governance | +| **Franck Nijhof**
    Lead of Home Assistant & Chair of Leadership Committee | Home Assistant releases, technical maintainability, developer community leadership | +| **Jean-Loïc Pouffier**
    Lead of Product & UX | Smart home user experience, interface design, product roadmap, accessibility | +| **Marcel van der Veldt**
    Lead of Ecosystem | Open standards (Matter, Z-Wave, Zigbee), hardware partner ecosystem, Music Assistant and Sendspin | +| **Melissa Thermidor**
    Lead of Community | Community initiatives, Global Community Day, contributor engagement, diversity in tech | + +To request an interview or organize podcast and event appearances with any of our spokespeople, please contact media@openhomefoundation.org with your topic, publication, and deadline. diff --git a/src/press-kit/media-library.md b/src/press-kit/media-library.md new file mode 100644 index 0000000..1eead9e --- /dev/null +++ b/src/press-kit/media-library.md @@ -0,0 +1,20 @@ +--- +layout: paper +hero: blue +title: "Media Library" +description: "Official, high-resolution media assets approved for editorial, journalistic, and broadcast use." +noindex: true +--- + +Below you will find official, high-resolution media assets approved for editorial, journalistic, and broadcast use. These materials are provided to assist press outlets, industry analysts, and content creators reporting on the Open Home Foundation, its governed open source projects, and hardware reference designs. + +## Using and attributing these assets + +**Logo integrity** +Please do not alter logo colors, stretch proportions, or modify brand marks. Always maintain proper clear space around logos. + +**Photo credits** +Please credit photo usage to *"Courtesy of the Open Home Foundation"* (or *"Courtesy of Nabu Casa/Apollo Automation"* for hardware reference designs). + +**Media enquiries** +Need something not covered here? Contact our team at media@openhomefoundation.org. diff --git a/src/press-kit/privacy-position-paper.md b/src/press-kit/privacy-position-paper.md new file mode 100644 index 0000000..9eb7ff6 --- /dev/null +++ b/src/press-kit/privacy-position-paper.md @@ -0,0 +1,49 @@ +--- +layout: paper +hero: blue +lead: "Media & press resource · Swiss non-profit stiftung" +title: "Privacy Position Paper: Factsheet" +description: "A press-ready summary of Privacy in the Smart Home, the foundation's position paper on data autonomy and legal protection for the connected home." +noindex: true +--- + +## Headline positions + +- Privacy is a human right +- Data autonomy must be mandatory +- Existing privacy laws fail the smart home +- Consumer privacy labeling is required + +## Overview: Drawing the line on surveillance capitalism + +Published in October 2025 by the foundation's Policy & Principles Working Group, Privacy in the Smart Home is a blueprint for the ethical smart home. The paper addresses how connected devices – from cameras and presence sensors to appliances – collect vast quantities of personal data that can be combined with AI to draw intimate behavioral insights. The foundation calls on legislators and the wider tech industry to mandate data autonomy and protect consumers from cloud-based surveillance and data harvesting. + +### Technical demands + +*The foundation outlines specific operational standards required to safeguard smart home privacy:* + +- **Local-first architecture:** Smart home devices must store, process, and execute data locally without requiring internet connectivity or external systems wherever possible. +- **Data ownership:** Data produced inside a home legally belongs to the people who live there or purchased the device, not the hardware manufacturer or platform provider. +- **Granular transparency:** Clear disclosure must be provided whenever data or control signals leave a home's local area network, specifying what is shared, with whom, and why. +- **Simple data deletion:** Users must be provided with non-technical methods to permanently delete their personal data in a timely manner across both local hardware and third-party systems. +- **End-to-end security:** Mandated strong end-to-end encryption for data transmitted beyond the local area network, and encryption-by-default for stored data. + +### Policy & regulatory recommendations + +*The Open Home Foundation calls on regulators and industry bodies to establish strict legal protections:* + +- **Local by default:** Require third-party data sharing to be turned off out of the box, requiring explicit, opt-in consent accompanied by clear explanations. +- **Consumer privacy labeling:** Institute a standardized labeling system (similar to point-of-purchase privacy indicators) so consumers understand a device's privacy implications before buying. +- **Regulation of side-channel access:** Scrutinize loopholes in unencrypted local network protocols (such as UPnP and mDNS) that allow third-party devices on a network to discover sensors, media streams, or metadata without explicit user permission. +- **Chain-of-transmission deletion:** Enforce financial penalties for third-party vendors that fail to delete stored data or fail to forward deletion requests down the entire distribution chain. + +### Scope & ongoing research + +*The position paper defines clear boundaries for current policy declarations while laying the groundwork for future ethical studies:* + +- **External boundary focus:** This position paper specifically tackles privacy between the smart home and external entities (cloud providers, Big Tech, advertisers). +- **Inter-household privacy:** The foundation is actively conducting primary research into the complex challenges of privacy between co-habitants inside the home (e.g., domestic safety and non-consensual tracking) to inform future policy work. + +*Privacy in the Smart Home is the first publication in an ongoing policy series produced by the Policy & Principles Working Group. The foundation is actively preparing its next two position papers dedicated to its remaining core principles: Choice and Sustainability.* + +

    Read the full position paper

    From 4b100f048e65057a2a1ed3d74cbb3dfeabb32747 Mon Sep 17 00:00:00 2001 From: Dan Long Date: Wed, 5 Aug 2026 08:48:01 +0000 Subject: [PATCH 3/4] Update page slug and associated data --- src/_includes/components/footer.liquid | 3 +++ src/_includes/components/navbar.liquid | 8 ++++---- .../annual-report-factsheet.md | 0 src/{press-kit => media-room}/boilerplates.md | 0 src/{press-kit => media-room}/factsheet.md | 0 src/{press-kit => media-room}/index.html | 12 ++++++------ src/{press-kit => media-room}/media-contacts.md | 0 src/{press-kit => media-room}/media-library.md | 0 .../privacy-position-paper.md | 0 9 files changed, 13 insertions(+), 10 deletions(-) rename src/{press-kit => media-room}/annual-report-factsheet.md (100%) rename src/{press-kit => media-room}/boilerplates.md (100%) rename src/{press-kit => media-room}/factsheet.md (100%) rename src/{press-kit => media-room}/index.html (92%) rename src/{press-kit => media-room}/media-contacts.md (100%) rename src/{press-kit => media-room}/media-library.md (100%) rename src/{press-kit => media-room}/privacy-position-paper.md (100%) diff --git a/src/_includes/components/footer.liquid b/src/_includes/components/footer.liquid index 683ce99..884b42e 100644 --- a/src/_includes/components/footer.liquid +++ b/src/_includes/components/footer.liquid @@ -9,6 +9,9 @@
  • Documents
  • +
  • + Media room +
  • User research agreement
  • diff --git a/src/_includes/components/navbar.liquid b/src/_includes/components/navbar.liquid index 37a4995..a8ca11f 100644 --- a/src/_includes/components/navbar.liquid +++ b/src/_includes/components/navbar.liquid @@ -24,14 +24,14 @@ - @@ -79,7 +79,7 @@ -
  • Documents
  • -
  • Press kit
  • +
  • Media room
  • diff --git a/src/press-kit/annual-report-factsheet.md b/src/media-room/annual-report-factsheet.md similarity index 100% rename from src/press-kit/annual-report-factsheet.md rename to src/media-room/annual-report-factsheet.md diff --git a/src/press-kit/boilerplates.md b/src/media-room/boilerplates.md similarity index 100% rename from src/press-kit/boilerplates.md rename to src/media-room/boilerplates.md diff --git a/src/press-kit/factsheet.md b/src/media-room/factsheet.md similarity index 100% rename from src/press-kit/factsheet.md rename to src/media-room/factsheet.md diff --git a/src/press-kit/index.html b/src/media-room/index.html similarity index 92% rename from src/press-kit/index.html rename to src/media-room/index.html index 2e8f2c1..ca63d26 100644 --- a/src/press-kit/index.html +++ b/src/media-room/index.html @@ -56,7 +56,7 @@

    Media kit components

    - + {% include 'svg/arrow_outward.svg' %}

    Media contact & directory

    Spokespeople listed by media topic.

    diff --git a/src/press-kit/media-contacts.md b/src/media-room/media-contacts.md similarity index 100% rename from src/press-kit/media-contacts.md rename to src/media-room/media-contacts.md diff --git a/src/press-kit/media-library.md b/src/media-room/media-library.md similarity index 100% rename from src/press-kit/media-library.md rename to src/media-room/media-library.md diff --git a/src/press-kit/privacy-position-paper.md b/src/media-room/privacy-position-paper.md similarity index 100% rename from src/press-kit/privacy-position-paper.md rename to src/media-room/privacy-position-paper.md From 6138f005c41e2aa694bf1505ba661aaffc0da5fd Mon Sep 17 00:00:00 2001 From: Dan Long Date: Wed, 5 Aug 2026 08:55:34 +0000 Subject: [PATCH 4/4] Copy format. Insert media library note --- src/media-room/media-contacts.md | 1 + src/media-room/media-library.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/media-room/media-contacts.md b/src/media-room/media-contacts.md index d5b690c..99491e4 100644 --- a/src/media-room/media-contacts.md +++ b/src/media-room/media-contacts.md @@ -7,6 +7,7 @@ noindex: true --- **Dedicated email:**
    media@openhomefoundation.org + **Response time:** The team operates across European (CET) time zones. Time-sensitive media inquiries are prioritized, with responses typically provided within one business day. ## Spokesperson directory diff --git a/src/media-room/media-library.md b/src/media-room/media-library.md index 1eead9e..9b83d15 100644 --- a/src/media-room/media-library.md +++ b/src/media-room/media-library.md @@ -8,6 +8,8 @@ noindex: true Below you will find official, high-resolution media assets approved for editorial, journalistic, and broadcast use. These materials are provided to assist press outlets, industry analysts, and content creators reporting on the Open Home Foundation, its governed open source projects, and hardware reference designs. +[insert image gallery / download button] + ## Using and attributing these assets **Logo integrity**