Skip to content

Commit

Permalink
Clean up YAML configuration for Uptime (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 19, 2022
1 parent 0091b7f commit 71c14c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
6 changes: 0 additions & 6 deletions src/language-service/src/schemas/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@ export interface InternalIntegrations {
*/
template?: integrations.Core.Template.Schema | IncludeList;

/**
* The updater binary sensor will check daily for new releases.
* https://www.home-assistant.io/integrations/updater
*/
updater?: integrations.Core.Updater.Schema | null;

/**
* The vacuum integration enables the ability to control home cleaning robots within Home Assistant.
* https://www.home-assistant.io/integrations/vacuum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ export * as Sensor from "./sensor";
export * as Spotify from "./spotify";
export * as Switch from "./switch";
export * as Template from "./template";
export * as Updater from "./updater";
export * as Vacuum from "./vacuum";
export * as Weather from "./weather";
24 changes: 0 additions & 24 deletions src/language-service/src/schemas/integrations/core/updater.ts

This file was deleted.

0 comments on commit 71c14c7

Please sign in to comment.