Skip to content

Instantly share code, notes, and snippets.

View tomashejatko's full-sized avatar
🎯
Meow bussines

Tomáš Hejátko tomashejatko

🎯
Meow bussines
View GitHub Profile
@Crypto-Shroom
Crypto-Shroom / xiaomi-home-assistant-integrations.md
Last active February 17, 2026 06:10
Miio vs Xiaomi Home vs Miot Auto – Which should I chose?

📌 Clarifying the Xiaomi Miio / now known as Xiaomi Home situation in Home Assistant

Important naming clarification up front (this causes a lot of confusion):

The legacy Xiaomi Miio integration in Home Assistant core is now shown in the UI as “Xiaomi Home” (green icon). This is not the same thing as the new official Xiaomi OAuth-based Xiaomi Home integration. In this post, when I say “Miio (now known as Xiaomi Home)”, I mean the legacy token-based integration, not the new OAuth one. This naming overlap is a big part of why this topic is so confusing.

TL;DR

@pjkelly
pjkelly / installer.sh
Created August 11, 2011 18:59
Installing PHPUnit via Pear on Ubuntu Lucid
# Uninstall any pre-existing packaged
# versions of phpunit
sudo apt-get remove phpunit
# Install pear via apt-get
sudo apt-get install php-pear
# Update existing pear channels
sudo pear channel-update pear.php.net