mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
descriptionslop
This commit is contained in:
@@ -8,7 +8,11 @@ module.exports = {
|
||||
feature: true,
|
||||
defaultValue: { enabled: false, device: '' },
|
||||
schema: strictObject({
|
||||
enabled: boolean(),
|
||||
device: string({ description: 'ESPHome device name.', maxLength: 255 }),
|
||||
}, { title: 'Neato', required: ['enabled', 'device'] }),
|
||||
enabled: boolean({ description: 'Exposes Neato status and commands through the configured Home Assistant ESPHome device after restart.' }),
|
||||
device: string({ description: 'ESPHome device name used to derive the Neato entity IDs in Home Assistant; punctuation is normalized to underscores.', maxLength: 255 }),
|
||||
}, {
|
||||
title: 'Neato',
|
||||
description: 'Optional Neato robot controls backed by entities published from one ESPHome device through Home Assistant.',
|
||||
required: ['enabled', 'device'],
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user