v0.14.13
This commit is contained in:
@@ -238,6 +238,10 @@ pub fn router(state: AppState) -> Router {
|
||||
"/api/integrations/home-assistant/entity",
|
||||
post(inspect_home_assistant_entity),
|
||||
)
|
||||
.route(
|
||||
"/api/integrations/home-assistant/entities",
|
||||
get(list_home_assistant_entities),
|
||||
)
|
||||
.route(
|
||||
"/api/integrations/home-assistant/energy-sensors",
|
||||
get(list_home_assistant_energy_sensors),
|
||||
|
||||
Reference in New Issue
Block a user