mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Update Issues / Feature Requests links (#9607)
This commit is contained in:
		| @@ -7,7 +7,7 @@ project and be sure to join us on [Discord](https://discord.gg/KhAMKrd). | |||||||
|  |  | ||||||
| **See also:** | **See also:** | ||||||
|  |  | ||||||
| [Documentation](https://esphome.io) -- [Issues](https://github.com/esphome/issues/issues) -- [Feature requests](https://github.com/esphome/feature-requests/issues) | [Documentation](https://esphome.io) -- [Issues](https://github.com/esphome/esphome/issues) -- [Feature requests](https://github.com/orgs/esphome/discussions) | ||||||
|  |  | ||||||
| --- | --- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -204,7 +204,7 @@ def add_pio_file(component: str, key: str, data: str): | |||||||
|         cv.validate_id_name(key) |         cv.validate_id_name(key) | ||||||
|     except cv.Invalid as e: |     except cv.Invalid as e: | ||||||
|         raise EsphomeError( |         raise EsphomeError( | ||||||
|             f"[{component}] Invalid PIO key: {key}. Allowed characters: [{ascii_letters}{digits}_]\nPlease report an issue https://github.com/esphome/issues" |             f"[{component}] Invalid PIO key: {key}. Allowed characters: [{ascii_letters}{digits}_]\nPlease report an issue https://github.com/esphome/esphome/issues" | ||||||
|         ) from e |         ) from e | ||||||
|     CORE.data[KEY_RP2040][KEY_PIO_FILES][key] = data |     CORE.data[KEY_RP2040][KEY_PIO_FILES][key] = data | ||||||
|  |  | ||||||
|   | |||||||
| @@ -27,8 +27,8 @@ dynamic = ["dependencies", "optional-dependencies", "version"] | |||||||
| [project.urls] | [project.urls] | ||||||
| "Documentation"           = "https://esphome.io" | "Documentation"           = "https://esphome.io" | ||||||
| "Source Code"             = "https://github.com/esphome/esphome" | "Source Code"             = "https://github.com/esphome/esphome" | ||||||
| "Bug Tracker"             = "https://github.com/esphome/issues/issues" | "Bug Tracker"             = "https://github.com/esphome/esphome/issues" | ||||||
| "Feature Request Tracker" = "https://github.com/esphome/feature-requests/issues" | "Feature Request Tracker" = "https://github.com/orgs/esphome/discussions" | ||||||
| "Discord"                 = "https://discord.gg/KhAMKrd" | "Discord"                 = "https://discord.gg/KhAMKrd" | ||||||
| "Forum"                   = "https://community.home-assistant.io/c/esphome" | "Forum"                   = "https://community.home-assistant.io/c/esphome" | ||||||
| "Twitter"                 = "https://twitter.com/esphome_" | "Twitter"                 = "https://twitter.com/esphome_" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user