Skip to content

Commit

Permalink
fix: Remove tooltip device details in ThermostatDeviceDetails (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
xplato authored Oct 5, 2023
1 parent 4bf5313 commit 1069e1c
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ export function ThermostatDeviceDetails(
</DetailRow>
</DetailSection>

<DetailSection
label={t.deviceDetails}
tooltipContent={t.deviceDetailsTooltip}
>
<DetailSection label={t.deviceDetails}>
<DetailRow label={t.brand}>
<div className='seam-detail-row-hstack'>
{device.properties.model.manufacturer_display_name}
Expand Down Expand Up @@ -172,8 +169,6 @@ const t = {
defaultClimate: 'Default climate',
allowManualOverride: 'Allow manual override',
deviceDetails: 'Device details',
deviceDetailsTooltip:
'When a scheduled climate reaches its end time, the default settings will kick in.',
brand: 'Brand',
linkedAccount: 'Linked account',
deviceId: 'Device ID',
Expand Down

0 comments on commit 1069e1c

Please sign in to comment.