mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
fix enphase_envoy diagnostics home endpoint name (#144634)
This commit is contained in:
parent
5e58032745
commit
1416580f8b
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user