mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add a link to Home Assistant in README (#152)
As "Home Assistant" could be interpreted as a generic term for automating a home, i've added links to the Home-Assistant website :-)
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|  |  | ||||||
| ### Available Components: https://esphomelib.com/esphomeyaml/index.html | ### Available Components: https://esphomelib.com/esphomeyaml/index.html | ||||||
|  |  | ||||||
| esphomeyaml is the solution for your ESP8266/ESP32 projects with Home Assistant. It allows you to create **custom firmwares** for your microcontrollers with no programming experience required. All you need to know is the YAML configuration format which is also used by Home Assistant. | esphomeyaml is the solution for your ESP8266/ESP32 projects with Home Assistant. It allows you to create **custom firmwares** for your microcontrollers with no programming experience required. All you need to know is the YAML configuration format which is also used by [Home Assistant](https://www.home-assistant.io). | ||||||
|  |  | ||||||
| esphomeyaml will: | esphomeyaml will: | ||||||
|  |  | ||||||
| @@ -26,7 +26,7 @@ esphomeyaml configuration.yaml run | |||||||
|     files like you're used to with Home Assistant. |     files like you're used to with Home Assistant. | ||||||
|  * **Flexible:** Use [esphomelib](https://github.com/OttoWinter/esphomelib)'s powerful core to create custom sensors/outputs. |  * **Flexible:** Use [esphomelib](https://github.com/OttoWinter/esphomelib)'s powerful core to create custom sensors/outputs. | ||||||
|  * **Fast and efficient:** Written in C++ and keeps memory consumption to a minimum. |  * **Fast and efficient:** Written in C++ and keeps memory consumption to a minimum. | ||||||
|  * **Made for Home Assistant:** Almost all Home Assistant features are supported out of the box. Including RGB lights and many more. |  * **Made for [Home Assistant](https://www.home-assistant.io):** Almost all [Home Assistant](https://www.home-assistant.io) features are supported out of the box. Including RGB lights and many more. | ||||||
|  * **Easy reproducible configuration:** No need to go through a long setup process for every single node. Just copy a configuration file and run a single command. |  * **Easy reproducible configuration:** No need to go through a long setup process for every single node. Just copy a configuration file and run a single command. | ||||||
|  * **Smart Over The Air Updates:** esphomeyaml has OTA updates deeply integrated into the system. It even automatically enters a recovery mode if a boot loop is detected. |  * **Smart Over The Air Updates:** esphomeyaml has OTA updates deeply integrated into the system. It even automatically enters a recovery mode if a boot loop is detected. | ||||||
|  * **Powerful logging engine:** View colorful logs and debug issues remotely. |  * **Powerful logging engine:** View colorful logs and debug issues remotely. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user