Skip to content

Commit

Permalink
remove deprecated 'send_if_off' (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTLarsn authored Oct 14, 2022
1 parent 92909d4 commit 026ac56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/language-service/src/schemas/integrations/core/mqtt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -788,12 +788,6 @@ export interface ClimateItem extends BaseItem {
*/
retain?: boolean;

/**
* Set to false to suppress sending of all MQTT messages when the current mode is Off.
* https://www.home-assistant.io/integrations/climate.mqtt/#send_if_off
*/
send_if_off: boolean;

/**
* A template to render the value sent to the swing_mode_command_topic with.
* https://www.home-assistant.io/integrations/climate.mqtt/#swing_mode_command_template
Expand Down

0 comments on commit 026ac56

Please sign in to comment.