mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
fix enphase_envoy diagnostics home endpoint name (#144634)
This commit is contained in:
@@ -64,7 +64,7 @@ async def _get_fixture_collection(envoy: Envoy, serial: str) -> dict[str, Any]:
|
||||
"/ivp/ensemble/generator",
|
||||
"/ivp/meters",
|
||||
"/ivp/meters/readings",
|
||||
"/home,",
|
||||
"/home",
|
||||
]
|
||||
|
||||
for end_point in end_points:
|
||||
|
@@ -896,8 +896,8 @@
|
||||
'/api/v1/production/inverters': 'Testing request replies.',
|
||||
'/api/v1/production/inverters_log': '{"headers":{"Hello":"World"},"code":200}',
|
||||
'/api/v1/production_log': '{"headers":{"Hello":"World"},"code":200}',
|
||||
'/home,': 'Testing request replies.',
|
||||
'/home,_log': '{"headers":{"Hello":"World"},"code":200}',
|
||||
'/home': 'Testing request replies.',
|
||||
'/home_log': '{"headers":{"Hello":"World"},"code":200}',
|
||||
'/info': 'Testing request replies.',
|
||||
'/info_log': '{"headers":{"Hello":"World"},"code":200}',
|
||||
'/ivp/ensemble/dry_contacts': 'Testing request replies.',
|
||||
@@ -1390,7 +1390,7 @@
|
||||
'/api/v1/production_log': dict({
|
||||
'Error': "EnvoyError('Test')",
|
||||
}),
|
||||
'/home,_log': dict({
|
||||
'/home_log': dict({
|
||||
'Error': "EnvoyError('Test')",
|
||||
}),
|
||||
'/info_log': dict({
|
||||
|
Reference in New Issue
Block a user