FunctionEntityPicker({ value, onChange, onSelect, placeholder, entities, className }: Props)
src/components/EntityPicker.tsx:22
FunctionGroupHeader({
group,
count,
collapsed,
onToggle,
onRename,
onDelete,
}: {
group: LightGroup;
count: numbe
src/components/LightList.tsx:144
FunctionHUD({
latitude,
longitude,
northOffset,
sunLight,
hemiLight,
sunLiveMode,
sliderValue,
scrubberTi
src/components/HUD.tsx:28
FunctionImportReportStep({
hasModel, modelSize, hasSettings,
haStatus, haError, haUrl, haPort,
lightsCount, displaysCount, walls
src/pages/Onboarding/steps/ImportReportStep.tsx:17
FunctionIndicatorModal({
card,
state,
climateState,
visible,
onClose,
onSetTemperature,
onSetHvacMode,
}: Props)
src/components/SidePanel/cards/IndicatorModal.tsx:63
FunctionLightList({
lights,
lightGroups,
selectedIdx,
onSelect,
onDelete,
onDuplicate,
onReorder,
onMoveToGroup
src/components/LightList.tsx:247
FunctionRemoteModal({
visible,
label,
toggleEntityId,
state,
buttons,
onClose,
onToggle,
onPressButton,
}: Props)
src/components/RemoteModal.tsx:57
FunctionSettingsModal({
open,
onClose,
sliderValue,
scrubberTime,
sunLiveMode,
onSliderChange,
onLiveClick,
northOf
src/components/SettingsModal.tsx:104
FunctionShadowWallForm({
open,
editWall,
position,
onPositionChange,
onSave,
onClose,
onEnterPlacingMode,
onExitPlac
src/components/ShadowWallForm.tsx:23
FunctionSidePanel({ config, ha, cardStates, onSettingsOpen, panelSize, onPanelResize, editMode, onEditDone, onLayoutChange, onS
src/components/SidePanel/SidePanel.tsx:29
FunctionSlider({
label, value, min, max, step, onChange,
}: {
label: string; value: number; min: number; max: number; st
src/components/DebugPanel.tsx:31
FunctionSortableLightItem({
light,
globalIdx,
isSelected,
onSelect,
onDelete,
onDuplicate,
}: {
light: LightConfig;
glo
src/components/LightList.tsx:58
FunctionTubeForm({
open,
editTube,
position,
onPositionChange,
onSave,
onClose,
onPreviewChange,
haEntities =
src/components/TubeForm.tsx:52
MethodcallService(
domain: string,
service: string,
entityId: string,
data?: Record<string, unknown>,
)
src/services/demoHAConnection.ts:150