mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Rename esphomeyaml to esphome (#426)
* Rename * Update * Add migration * Fix * Fix dashboard * Change test * Fixes * Code cleanup * Fix import order * Update * Automate docker builds * Shellcheck
This commit is contained in:
		
							
								
								
									
										4
									
								
								tests/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								tests/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| # Gitignore settings for esphomeyaml | ||||
| # Gitignore settings for ESPHome | ||||
| # This is an example and may include too much for your use-case. | ||||
| # You can modify this file to suit your needs. | ||||
| /.esphomeyaml/ | ||||
| /.esphome/ | ||||
| **/.pioenvs/ | ||||
| **/.piolibdeps/ | ||||
| **/lib/ | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| # Tests for esphomeyaml | ||||
| # Tests for ESPHome | ||||
|  | ||||
| This directory contains some tests for esphomeyaml. | ||||
| This directory contains some tests for ESPHome. | ||||
| At the moment, all the tests only work by simply executing | ||||
| `esphomeyaml` over some YAML files that are made to test | ||||
| all of esphomeyaml's features. | ||||
| `esphome` over some YAML files that are made to test | ||||
| whether the yaml gets converted to the proper C++ code. | ||||
|  | ||||
| Of course this is all just very high-level and things like | ||||
| unit tests would be much better. So if you have time and know | ||||
|   | ||||
| @@ -1,10 +1,12 @@ | ||||
| esphomeyaml: | ||||
| esphome: | ||||
|   name: test1 | ||||
|   platform: ESP32 | ||||
|   board: nodemcu-32s | ||||
|   # Use this for testing while developing: | ||||
|   # esphomelib_version: | ||||
|   #   local: ~/path/to/esphomelib | ||||
|   # Note the travis check for esphome PRs will fail until the | ||||
|   # esphome-core PR has been merged. | ||||
|   # esphome_core_version: | ||||
|   #   local: ~/path/to/esphome-core | ||||
|   use_custom_code: false | ||||
|   on_boot: | ||||
|     priority: 150.0 | ||||
| @@ -123,8 +125,8 @@ logger: | ||||
|  | ||||
| web_server: | ||||
|   port: 8080 | ||||
|   css_url: https://esphomelib.com/_static/webserver-v1.min.css | ||||
|   js_url: https://esphomelib.com/_static/webserver-v1.min.js | ||||
|   css_url: https://esphome.io/_static/webserver-v1.min.css | ||||
|   js_url: https://esphome.io/_static/webserver-v1.min.js | ||||
|  | ||||
| power_supply: | ||||
|   id: 'atx_power_supply' | ||||
|   | ||||
| @@ -1,10 +1,12 @@ | ||||
| esphomeyaml: | ||||
| esphome: | ||||
|   name: $devicename | ||||
|   platform: ESP32 | ||||
|   board: nodemcu-32s | ||||
|   # Use this for testing while developing: | ||||
|   # esphomelib_version: | ||||
|   #   local: ~/path/to/esphomelib | ||||
|   # Note the travis check for esphome PRs will fail until the | ||||
|   # esphome-core PR has been merged. | ||||
|   # esphome_core_version: | ||||
|   #   local: ~/path/to/esphome-core | ||||
|   build_path: build/test2 | ||||
|  | ||||
| substitutions: | ||||
| @@ -179,7 +181,7 @@ status_led: | ||||
|  | ||||
| text_sensor: | ||||
|   - platform: version | ||||
|     name: "Esphomelib Version" | ||||
|     name: "ESPHome Version" | ||||
|     icon: mdi:icon | ||||
|     id: version_sensor | ||||
|     on_value: | ||||
|   | ||||
| @@ -1,10 +1,12 @@ | ||||
| esphomeyaml: | ||||
| esphome: | ||||
|   name: $devicename | ||||
|   platform: ESP8266 | ||||
|   board: esp07 | ||||
|   # Use this for testing while developing: | ||||
|   # esphomelib_version: | ||||
|   #   local: ~/path/to/esphomelib | ||||
|     # Use this for testing while developing: | ||||
|     # Note the travis check for esphome PRs will fail until the | ||||
|     # esphome-core PR has been merged. | ||||
|   # esphome_core_version: | ||||
|   #   local: ~/path/to/esphome-core | ||||
|   build_path: build/test3 | ||||
|  | ||||
| substitutions: | ||||
| @@ -127,7 +129,7 @@ status_led: | ||||
|  | ||||
| text_sensor: | ||||
|   - platform: version | ||||
|     name: "Esphomelib Version" | ||||
|     name: "ESPHome Version" | ||||
|     icon: mdi:icon | ||||
|     id: version_sensor | ||||
|     on_value: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user